diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42e89c5..815234f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,9 +87,9 @@ jobs: if: runner.os != 'Windows' && matrix.composer-require-checker-version != 'none' - name: Autobahn - if: runner.os == 'Linux' + if: runner.os == 'Linux' && matrix.php-version == '8.2' shell: 'script -q -e -c "bash {0}"' run: | - docker run -ti -d --rm -v ${PWD}:/app --net="host" --name amp-websocket-server php:8.1-cli php /app/test-autobahn/server.php + docker run -ti -d --rm -v ${PWD}:/app --net="host" --name amp-websocket-server php:8.2.0-cli php /app/test-autobahn/server.php docker run -ti --rm -v ${PWD}/test-autobahn/config:/config -v ${PWD}/test-autobahn/reports:/reports --net="host" --name fuzzingclient crossbario/autobahn-testsuite wstest -m fuzzingclient -s config/fuzzingclient.json php test-autobahn/report.php