Skip to content

Commit be1891f

Browse files
committed
Add PHP 8.3 / 8.4
1 parent 25de49a commit be1891f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ jobs:
1212
matrix:
1313
include:
1414
- operating-system: 'ubuntu-latest'
15-
php-version: '8.1'
15+
php-version: 8.1
1616
composer-flags: '--ignore-platform-req=php+'
1717
- operating-system: 'ubuntu-latest'
1818
php-version: 8.2
1919
composer-flags: '--ignore-platform-req=php+'
20+
- operating-system: 'ubuntu-latest'
21+
php-version: 8.3
22+
composer-flags: '--ignore-platform-req=php+'
23+
- operating-system: 'ubuntu-latest'
24+
php-version: 8.4
25+
composer-flags: '--ignore-platform-req=php+'
2026

2127
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
2228
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)