Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 28, 2024
1 parent ec94e13 commit b6cb10f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
reviewers:
- "Gummibeer"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "Gummibeer"
4 changes: 2 additions & 2 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.1]
laravel: [^10.0, ^9.0, ^8.0]
php: [8.3, 8.2, 8.1]
laravel: [^10.0]
dependency-version: [prefer-lowest, prefer-stable]

steps:
Expand Down

0 comments on commit b6cb10f

Please sign in to comment.