Skip to content

Commit 8c3bbfc

Browse files
committed
wip
1 parent 3ec0d81 commit 8c3bbfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: true
13+
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.2, 8.1]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^9.0",
20+
"illuminate/contracts": "^9.38",
2121
"spatie/laravel-package-tools": "^1.14.0",
2222
"symfony/mailer": "^6.0"
2323
},

0 commit comments

Comments
 (0)