Skip to content

Commit 4d5fa84

Browse files
committed
build: add php 8.1
1 parent 7d8dc8c commit 4d5fa84

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.0; lowest-deps'
3939

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

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

4857

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

0 commit comments

Comments
 (0)