Skip to content

Commit 15622e7

Browse files
committed
Add PHP 8.1 and Laravel 9 to test matrix
1 parent 1d0657e commit 15622e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
php: [8.0]
11-
laravel: [8.*]
10+
php: ["8.0", "8.1"]
11+
laravel: [8.*, 9.*]
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
include:
1414
- laravel: 8.*
1515
testbench: ^6.17
16+
- laravel: 9.*
17+
testbench: ^7.6
1618
os: [ubuntu-latest]
1719

1820
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)