Skip to content

Commit b55a572

Browse files
authored
Merge pull request #932 from laravel/php81
Add PHP 8.1 support
2 parents 696a641 + 53be6a6 commit b55a572

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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
phpunit: [^8.4, ^9.0]
1919
include:
@@ -33,6 +33,12 @@ jobs:
3333
laravel: ^8.0
3434
- php: 8.0
3535
phpunit: ^8.4
36+
- php: 8.1
37+
phpunit: ^8.4
38+
- php: 8.1
39+
laravel: ^6.0
40+
- php: 8.1
41+
laravel: ^7.0
3642

3743
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - PHPUnit ${{ matrix.phpunit }}
3844

0 commit comments

Comments
 (0)