Skip to content

Commit b9a3761

Browse files
committed
Bumping php version and deps
1 parent a4fd21e commit b9a3761

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.3, 7.4, 8.0, 8.1]
16-
stability:
15+
php: [8.2, 8.3, 8.4]
16+
stability:
1717
# - prefer-lowest
1818
- prefer-stable
1919

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"php": "^7.3|^8.0",
1414
"awobaz/compoships": "^2.0.3",
1515
"fico7489/laravel-pivot": "^3.0.1",
16-
"laravel/framework": "^8.0|^9.0|^10.0",
17-
"always-open/laravel-process-stamps": "^5.0|^6.0|^7.0"
16+
"laravel/framework": "^10.0|^11.0",
17+
"always-open/laravel-process-stamps": "^8.0"
1818
},
1919
"require-dev": {
20-
"doctrine/dbal": "^2.9|^3.0",
21-
"orchestra/testbench": "^6.0",
22-
"phpunit/phpunit": "^10.0"
20+
"doctrine/dbal": "^4.2",
21+
"orchestra/testbench": "^9.10",
22+
"phpunit/phpunit": "^11.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)