Skip to content

Commit b698cb9

Browse files
committed
chore (ci): add CI for PHP 8.5 on 2.2 branch
1 parent cc9e965 commit b698cb9

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: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
15+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.4']
1616
coverage: ['pcov']
1717
code-style: ['yes']
1818
code-analysis: ['no']
@@ -21,7 +21,7 @@ jobs:
2121
coverage: 'none'
2222
code-style: 'yes'
2323
code-analysis: 'yes'
24-
- php-versions: '8.4'
24+
- php-versions: '8.5'
2525
coverage: 'pcov'
2626
code-style: 'yes'
2727
code-analysis: 'yes'

0 commit comments

Comments
 (0)