Skip to content

Commit 4ad282a

Browse files
authored
Test Laravel 9 (#1282)
1 parent 0548fa6 commit 4ad282a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@ jobs:
2020
strategy:
2121
matrix:
2222
php: [8.0, 7.4, 7.3, 7.2]
23-
laravel: [8.*, 6.*, 7.*]
23+
laravel: [9.*, 8.*, 6.*, 7.*]
2424
dependency-version: [prefer-lowest, prefer-stable]
2525
exclude:
2626
- laravel: 8.*
2727
php: 7.2
28+
- laravel: 9.*
29+
php: 7.2
30+
- laravel: 9.*
31+
php: 7.3
32+
- laravel: 9.*
33+
php: 7.4
2834

2935
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3036

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^1.3.3",
23-
"orchestra/testbench-dusk": "^4|^5|^6",
23+
"orchestra/testbench-dusk": "^4|^5|^6|^7",
2424
"phpunit/phpunit": "^8.5|^9.0",
2525
"squizlabs/php_codesniffer": "^3.5"
2626
},

0 commit comments

Comments
 (0)