Skip to content

Commit 6a147b9

Browse files
authored
Test PHP 8.1
1 parent 26ddea3 commit 6a147b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- '7.3'
1111
- '7.4'
1212
- '8.0'
13+
- '8.1'
1314

1415
name: PHP ${{ matrix.php-version }}
1516

@@ -31,7 +32,7 @@ jobs:
3132
restore-keys: ${{ runner.os }}-composer-
3233

3334
- name: Remove lock for PHP 8
34-
if: matrix.php-version == '8.0'
35+
if: matrix.php-version == '8.0' || matrix.php-version == '8.1'
3536
run: rm composer.lock
3637

3738
- name: Install dependencies

0 commit comments

Comments
 (0)