diff --git a/.github/workflows/test-config.yml b/.github/workflows/test-config.yml index c45e679..d61e2de 100644 --- a/.github/workflows/test-config.yml +++ b/.github/workflows/test-config.yml @@ -64,7 +64,7 @@ jobs: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter ./cc-test-reporter before-build - if: matrix.php == '8.1' && matrix.l5-swagger-flags == 'latest' + if: matrix.php == '8.3' && matrix.l5-swagger-flags == 'latest' - name: Run test suite run: composer run-script phpunit