Skip to content

Commit 60b5e4b

Browse files
committed
matrix:8.4
1 parent 2cccd09 commit 60b5e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [ 8.0, 8.1, 8.2, 8.3 ]
22+
php: [ 8.1, 8.2, 8.3, 8.4]
2323

2424
name: PHP${{ matrix.php }}
2525

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"illuminate/pagination": "^8.83",
4848
"illuminate/events": "^8.83",
4949
"webman/think-orm": "^1.0",
50-
"phpunit/phpunit": "^11.4"
50+
"phpunit/phpunit": "^10.5"
5151
}
5252
}

0 commit comments

Comments
 (0)