Skip to content

Commit 99a7dac

Browse files
authored
ci: Add tests for PHP 8.4
1 parent d99b299 commit 99a7dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
44+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
4545
name_suffix: ['']
4646
stability: ['stable']
4747
composer_flags: ['']
@@ -50,7 +50,7 @@ jobs:
5050
name_suffix: ' (lowest deps)'
5151
stability: 'stable'
5252
composer_flags: '--prefer-lowest'
53-
- php: '8.3'
53+
- php: '8.4'
5454
name_suffix: ' (dev deps)'
5555
stability: 'dev'
5656
composer_flags: ''

0 commit comments

Comments
 (0)