Skip to content

Commit bd5b3f8

Browse files
committed
Build on PHP 8.1
1 parent c808a72 commit bd5b3f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.2, 7.3, 7.4, 8.0]
16+
php: [7.2, 7.3, 7.4, 8.0, 8.1]
1717
laravel: [^6.0, ^7.0, ^8.0]
1818
exclude:
1919
- php: 7.2
2020
laravel: ^8.0
21+
- php: 8.1
22+
laravel: ^6.0
23+
- php: 8.1
24+
laravel: ^7.0
2125

2226
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2327

0 commit comments

Comments
 (0)