Skip to content

Commit f5636fc

Browse files
authored
Merge pull request #310 from phil-davis/php-85-v3
chore (ci): add CI for PHP 8.5 on v3 branch
2 parents cd61e59 + c248de1 commit f5636fc

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: ['pcov']
1717
code-style: ['no']
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: 'no'
2727
code-analysis: 'yes'

0 commit comments

Comments
 (0)