Skip to content

Commit 6bcfa22

Browse files
committed
Test on PHP 8.4
1 parent 84d7acf commit 6bcfa22

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
php-ts: nts
2525
continue-on-error: false
2626

27+
- operating-system: 'ubuntu-latest'
28+
php-version: '8.4'
29+
php-ts: nts
30+
continue-on-error: false
31+
static-analysis: none
32+
style-fix: none
33+
composer-require-checker-version: none
34+
2735
- operating-system: 'ubuntu-latest'
2836
php-version: '8.2'
2937
php-extensions: parallel
@@ -44,6 +52,16 @@ jobs:
4452
composer-require-checker-version: none
4553
continue-on-error: true
4654

55+
- operating-system: 'ubuntu-latest'
56+
php-version: '8.4'
57+
php-extensions: parallel
58+
job-description: 'with ext-parallel'
59+
php-ts: ts
60+
static-analysis: none
61+
style-fix: none
62+
composer-require-checker-version: none
63+
continue-on-error: true
64+
4765
- operating-system: 'macos-latest'
4866
php-version: '8.3'
4967
job-description: 'on macOS'

0 commit comments

Comments
 (0)