Skip to content

Commit 66e6991

Browse files
Drop PHP 8.0
1 parent b364af9 commit 66e6991

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/run-tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [8.0, 8.1, 8.2]
12+
php: [8.1, 8.2]
1313
laravel: [ 8.*, 9.* , 10.*]
1414
dependency-version: [ prefer-lowest, prefer-stable ]
1515
include:
@@ -19,9 +19,6 @@ jobs:
1919
testbench: 7.*
2020
- laravel: 10.*
2121
testbench: 8.*
22-
exclude:
23-
- laravel: 10.*
24-
php: 8.0
2522

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require" : {
19-
"php": "^8.0",
19+
"php": "^8.1",
2020
"illuminate/console": "^8.83|^9.30|^10.0",
2121
"spatie/laravel-package-tools": "^1.12",
2222
"spatie/typescript-transformer" : "^2.1.13"

0 commit comments

Comments
 (0)