Skip to content

Commit cba4826

Browse files
authored
wip
1 parent 1097a3e commit cba4826

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,25 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [8.2, 8.1, 8.0]
13-
laravel: [9.*, 8.*]
13+
laravel: [10.*, 9.*, 8.*]
1414
os: [ubuntu-latest]
1515
dependency-version: [prefer-stable]
1616
include:
17+
- laravel: 10.*
18+
testbench: 8.*
1719
- laravel: 9.*
1820
testbench: 7.*
1921
- laravel: 8.*
2022
testbench: ^6.23
23+
exclude:
24+
- laravel: 10.*
25+
php: 8.0
2126

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

2429
steps:
2530
- name: Checkout code
26-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
2732

2833
- name: Setup PHP
2934
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)