Skip to content

Commit 84d207e

Browse files
authored
Update tests.yml
1 parent 4fa4514 commit 84d207e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['8.1', '8.2']
13+
php: ['8.1', '8.2','8.3']
1414
os: [ubuntu-latest]
1515
stability: [prefer-stable]
16-
laravel: [9.*, 10.*]
16+
laravel: [9.*, 10.*, 11.*]
1717
include:
1818
- laravel: 9.*
1919
testbench: 7.*
2020
- laravel: 10.*
2121
testbench: 7.*
22+
- laravel: 11.*
23+
testbench: 7.*
2224

2325
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2426

0 commit comments

Comments
 (0)