Skip to content

Commit b6cb10f

Browse files
committed
fix workflows
1 parent ec94e13 commit b6cb10f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "composer"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 10
8+
reviewers:
9+
- "Gummibeer"
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
reviewers:
15+
- "Gummibeer"

.github/workflows/pest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [8.2, 8.1]
15-
laravel: [^10.0, ^9.0, ^8.0]
14+
php: [8.3, 8.2, 8.1]
15+
laravel: [^10.0]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717

1818
steps:

0 commit comments

Comments
 (0)