Skip to content

Commit fee0aa6

Browse files
committed
Test on PHP 8.2
1 parent 05cb7ae commit fee0aa6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ jobs:
1212
- operating-system: 'ubuntu-latest'
1313
php-version: '8.1'
1414

15+
- operating-system: 'ubuntu-latest'
16+
php-version: '8.2'
17+
1518
- operating-system: 'windows-latest'
16-
php-version: '8.1'
19+
php-version: '8.2'
1720
job-description: 'on Windows'
1821

1922
- operating-system: 'macos-latest'
20-
php-version: '8.1'
23+
php-version: '8.2'
2124
job-description: 'on macOS'
2225

2326
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
@@ -84,7 +87,7 @@ jobs:
8487
if: runner.os != 'Windows' && matrix.composer-require-checker-version != 'none'
8588

8689
- name: Autobahn
87-
if: runner.os == 'Linux'
90+
if: runner.os == 'Linux' && matrix.php-version == '8.2'
8891
shell: 'script -q -e -c "bash {0}"'
8992
run: |
9093
docker run -ti -d --rm -v ${PWD}/test-autobahn/config:/config -v ${PWD}/test-autobahn/reports:/reports -p 9001:9001 --name fuzzingserver crossbario/autobahn-testsuite

0 commit comments

Comments
 (0)