Skip to content

Commit

Permalink
Add PHP 8.4 to build matrix (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann authored Jan 29, 2024
1 parent e397ca8 commit 10c8d45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true
matrix:
operating-system: [ ubuntu-latest ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
dependencies: [ 'lowest', 'highest' ]
exclude:
- php: '8.1'
Expand All @@ -24,6 +24,8 @@ jobs:
dependencies: 'lowest'
- php: '8.3'
dependencies: 'lowest'
- php: '8.4'
dependencies: 'lowest'
include:
- php: '8.2'
composer-options: "--ignore-platform-req=php+"
Expand Down

0 comments on commit 10c8d45

Please sign in to comment.