Skip to content

Commit

Permalink
Test on GHA in PHP 8.4 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell authored Sep 25, 2024
1 parent 8f4d6b0 commit f852dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3', '8.4' ]
composer-flags: [ '' ]
phpunit-flags: [ '--coverage-text' ]
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3', '8.4' ]
composer-flags: [ '' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f852dca

Please sign in to comment.