Skip to content

Commit a9abbb0

Browse files
authored
ci: add tests for PHP 8.5
1 parent f6eb59c commit a9abbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
29+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
3030
min_stability: [ '' ]
3131
name_suffix: [ '' ]
3232
composer_flags: [ '' ]
3333
include:
34-
- php: '8.4'
34+
- php: '8.5'
3535
min_stability: 'dev'
3636
name_suffix: ' (dev deps)'
3737
- php: '7.4'

0 commit comments

Comments
 (0)