Skip to content

Commit 9c556f7

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ 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:
1919
- php-versions: '7.4'
2020
coverage: 'none'
2121
code-analysis: 'yes'
22+
- php-versions: '8.4'
23+
coverage: 'pcov'
24+
code-analysis: 'yes'
2225
steps:
2326
- name: Checkout
2427
uses: actions/checkout@v4

0 commit comments

Comments
 (0)