Skip to content

Commit f508201

Browse files
committed
Add PHP 8.5 & 8.4 to test matrix
1 parent a8f9b14 commit f508201

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,18 @@ jobs:
1818
- operating-system: 'ubuntu-latest'
1919
php-version: '8.3'
2020

21+
- operating-system: 'ubuntu-latest'
22+
php-version: '8.4'
23+
24+
- operating-system: 'ubuntu-latest'
25+
php-version: '8.5'
26+
2127
- operating-system: 'windows-latest'
22-
php-version: '8.3'
28+
php-version: '8.5'
2329
job-description: 'on Windows'
2430

2531
- operating-system: 'macos-latest'
26-
php-version: '8.3'
32+
php-version: '8.5'
2733
job-description: 'on macOS'
2834

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

0 commit comments

Comments
 (0)