We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b364af9 commit 66e6991Copy full SHA for 66e6991
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ ubuntu-latest ]
12
- php: [8.0, 8.1, 8.2]
+ php: [8.1, 8.2]
13
laravel: [ 8.*, 9.* , 10.*]
14
dependency-version: [ prefer-lowest, prefer-stable ]
15
include:
@@ -19,9 +19,6 @@ jobs:
19
testbench: 7.*
20
- laravel: 10.*
21
testbench: 8.*
22
- exclude:
23
- - laravel: 10.*
24
- php: 8.0
25
26
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
27
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require" : {
- "php": "^8.0",
+ "php": "^8.1",
"illuminate/console": "^8.83|^9.30|^10.0",
"spatie/laravel-package-tools": "^1.12",
"spatie/typescript-transformer" : "^2.1.13"
0 commit comments