Skip to content

Commit 9479805

Browse files
committed
Test on PHP 8.3
1 parent ba5b0ff commit 9479805

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
@@ -12,12 +12,18 @@ jobs:
1212
- operating-system: 'ubuntu-latest'
1313
php-version: '8.1'
1414

15+
- operating-system: 'ubuntu-latest'
16+
php-version: '8.2'
17+
18+
- operating-system: 'ubuntu-latest'
19+
php-version: '8.3'
20+
1521
- operating-system: 'windows-latest'
16-
php-version: '8.1'
22+
php-version: '8.3'
1723
job-description: 'on Windows'
1824

1925
- operating-system: 'macos-latest'
20-
php-version: '8.1'
26+
php-version: '8.3'
2127
job-description: 'on macOS'
2228

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

0 commit comments

Comments
 (0)