Skip to content

Commit

Permalink
Merge pull request #151 from Jubeki/patch-1
Browse files Browse the repository at this point in the history
Fix Github Actions
  • Loading branch information
freekmurze authored Jan 17, 2025
2 parents e433415 + 3e0f867 commit 582ea08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ 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.*
exclude:
- php: 8.4
laravel: 10.*


name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
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 582ea08

Please sign in to comment.