Skip to content

Commit

Permalink
use 8.3 for codeclimate run
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Mar 13, 2024
1 parent 310f73c commit ddba856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddba856

Please sign in to comment.