We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec0d81 commit 8c3bbfcCopy full SHA for 8c3bbfc
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
- fail-fast: true
+ fail-fast: false
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
php: [8.2, 8.1]
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": "^8.1",
20
- "illuminate/contracts": "^9.0",
+ "illuminate/contracts": "^9.38",
21
"spatie/laravel-package-tools": "^1.14.0",
22
"symfony/mailer": "^6.0"
23
},
0 commit comments