Skip to content

Commit 7185a0e

Browse files
committed
build: add php 8.3 to github actions
1 parent 2506de6 commit 7185a0e

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,22 @@ jobs:
3737
composer-flags: '--prefer-lowest'
3838
job-description: 'Ubuntu; PHP 8.2; lowest-deps'
3939

40+
- operating-system: 'ubuntu-latest'
41+
php-version: '8.3'
42+
job-description: 'Ubuntu; PHP 8.3; latest-deps'
43+
44+
- operating-system: 'ubuntu-latest'
45+
php-version: '8.3'
46+
composer-flags: '--prefer-lowest'
47+
job-description: 'Ubuntu; PHP 8.3; lowest-deps'
48+
4049
- operating-system: 'windows-latest'
41-
php-version: '8.2'
42-
job-description: 'Windows; PHP 8.2; latest-deps'
50+
php-version: '8.3'
51+
job-description: 'Windows; PHP 8.3; latest-deps'
4352

4453
- operating-system: 'macos-latest'
45-
php-version: '8.2'
46-
job-description: 'MacOS; PHP 8.2; latest-deps'
54+
php-version: '8.3'
55+
job-description: 'MacOS; PHP 8.3; latest-deps'
4756

4857

4958
name: ${{ matrix.job-description }}

0 commit comments

Comments
 (0)