File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 phpunit :
14- runs-on : ${{ matrix.os }}
1514 timeout-minutes : 5
1615 strategy :
1716 fail-fast : true
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 :
You can’t perform that action at this time.
0 commit comments