Skip to content

Commit

Permalink
Add CI on PHP 8.1, 8.2, 8.3 and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Sep 4, 2024
1 parent 13e437c commit 0ea4e75
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ jobs:
- php: '8.0'
composer-flags: '--ignore-platform-req=php'
phpunit-flags: '--no-coverage'
- php: '8.1'
composer-flags: '--ignore-platform-req=php'
phpunit-flags: '--no-coverage'
- php: '8.2'
composer-flags: '--ignore-platform-req=php'
phpunit-flags: '--no-coverage'
- php: '8.3'
composer-flags: '--ignore-platform-req=php'
phpunit-flags: '--no-coverage'
- php: '8.4'
composer-flags: '--ignore-platform-req=php'
phpunit-flags: '--no-coverage'
- php: '7.2'
composer-flags: '--prefer-lowest'
phpunit-flags: '--no-coverage'
Expand Down

0 comments on commit 0ea4e75

Please sign in to comment.