Skip to content

Commit c91b1d6

Browse files
committed
Add PHP 8.1 support
1 parent 545c507 commit c91b1d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
php-version:
1919
- '8.0'
20+
- '8.1'
2021
experimental: [false]
2122

2223
steps:
@@ -34,6 +35,10 @@ jobs:
3435
- name: Validate composer.json
3536
run: composer validate --no-check-lock
3637

38+
- name: Configure for PHP 8.1
39+
if: matrix.php-version == '8.1'
40+
run: composer config platform.php 8.0.99
41+
3742
- name: Install dependencies
3843
run: composer install --prefer-dist --no-progress --ansi
3944

0 commit comments

Comments
 (0)