File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 }}
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
You can’t perform that action at this time.
0 commit comments