Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit d82f2eb

Browse files
authored
Test PHP8.1 (#544)
* Test PHP8.1 * Test php8.1 on L8
1 parent bb30675 commit d82f2eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
- laravel: ^8
3333
php: 7.3
3434
dependency-version: prefer-lowest
35-
35+
- laravel: ^8
36+
php: 8.1
37+
dependency-version: prefer-stable
38+
3639
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3740

3841
steps:

0 commit comments

Comments
 (0)