Skip to content

Commit 5cd89d0

Browse files
committed
chore: also run analysis tools for PHP 8.4
1 parent 3584911 commit 5cd89d0

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,11 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
15+
php-versions: ['8.0', '8.1', '8.2', '8.3']
1616
coverage: ['pcov']
1717
code-analysis: ['no']
1818
include:
19-
- php-versions: '7.4'
19+
- php-versions: ['7.4', '8.4']
2020
coverage: 'none'
2121
code-analysis: 'yes'
2222
steps:

0 commit comments

Comments
 (0)