Skip to content

Commit

Permalink
Test against PHP 8.4 (stable) and 8.5 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Dec 29, 2024
1 parent ab3f3ae commit 81d3ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
stable: [true]
coverage: [true]
composer-flags: ['']
Expand All @@ -42,7 +42,7 @@ jobs:
stable: true
coverage: false
composer-flags: '--prefer-lowest'
- php: '8.4'
- php: '8.5'
stable: false
coverage: false
composer-flags: '--ignore-platform-req=php'
Expand Down

0 comments on commit 81d3ba2

Please sign in to comment.