Skip to content

Commit cdca90b

Browse files
committed
chore: Fix version criteria
1 parent 1606890 commit cdca90b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.0,8.3]
11+
php: [8.3]
1212
laravel: [8.*,9.*,10.*,11.*]
1313
dependency-version: [prefer-stable, prefer-lowest]
1414
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
31-
"phpunit/phpunit": "^9.0",
31+
"phpunit/phpunit": "^9.0|^10.0",
3232
"scrutinizer/ocular": "^1.5"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)