Skip to content

Commit 4044761

Browse files
committed
chore(ci): add PHP 8.5 to CI workflows
1 parent a7449a2 commit 4044761

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['8.0', '8.1', '8.2', '8.3']
15+
php-versions: ['8.0', '8.1', '8.2', '8.3','8.4']
1616
coverage: ['xdebug']
1717
code-style: ['yes']
1818
code-analysis: ['no']
@@ -21,7 +21,7 @@ jobs:
2121
coverage: 'xdebug'
2222
code-style: 'yes'
2323
code-analysis: 'yes'
24-
- php-versions: '8.4'
24+
- php-versions: '8.5'
2525
coverage: 'xdebug'
2626
code-style: 'yes'
2727
code-analysis: 'yes'

0 commit comments

Comments
 (0)