Skip to content

Commit 7b56925

Browse files
committed
Update CI
1 parent 6847d67 commit 7b56925

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ jobs:
1515
- operating-system: 'ubuntu-latest'
1616
php-version: '8.2'
1717

18+
- operating-system: 'ubuntu-latest'
19+
php-version: '8.3'
20+
21+
- operating-system: 'ubuntu-latest'
22+
php-version: '8.4'
23+
1824
- operating-system: 'windows-latest'
19-
php-version: '8.2'
25+
php-version: '8.4'
2026
job-description: 'on Windows'
2127

2228
- operating-system: 'macos-latest'
23-
php-version: '8.2'
29+
php-version: '8.4'
2430
job-description: 'on macOS'
2531

2632
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}

0 commit comments

Comments
 (0)