Skip to content

Commit 76485f8

Browse files
committed
Maybe after
1 parent 0033784 commit 76485f8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Please see the documentation for all configuration options:
2+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
labels:
12+
- "dependencies"
13+
14+
- package-ecosystem: "composer"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
labels:
19+
- "dependencies"

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
phpunit:
14-
runs-on: ${{ matrix.os }}
1514
timeout-minutes: 5
1615
strategy:
1716
fail-fast: true
@@ -29,6 +28,7 @@ jobs:
2928
- laravel: '11.*'
3029
php: '8.0'
3130

31+
runs-on: ${{ matrix.os }}
3232
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3333

3434
steps:

0 commit comments

Comments
 (0)