Skip to content

Commit 1048fb6

Browse files
committed
run tests only on 8.3 and 8.4
1 parent b0eb8f6 commit 1048fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.2, 8.1]
12+
php: [8.4, 8.3]
1313
laravel: [9.*, 10.*, 11.*, 12.*]
1414
dependency-version: [prefer-stable]
1515
include:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1|^8.2",
21+
"php": "^8.1",
2222
"spatie/laravel-package-tools": "^1.13",
2323
"illuminate/log": "^9|^10|^11|^12"
2424
},

0 commit comments

Comments
 (0)