Skip to content

Commit

Permalink
Disallow PHP 8.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Jan 17, 2025
1 parent 68029ab commit 3e0f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.4, 8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
dependency-version: [prefer-stable]
exclude:
- php: 8.1
laravel: 11.*
- php: 8.4
laravel: 10.*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"illuminate/support": "^10.48.23|^11.35",
"laravel/nova": "^5.0",
"nesbot/carbon": "^2.62.1|^3.4",
Expand Down

0 comments on commit 3e0f867

Please sign in to comment.