Skip to content

Commit 47d41f8

Browse files
committed
Tweak lowest version
1 parent a571431 commit 47d41f8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
php-version: ['8.1', '8.2', '8.3']
2323
laravel-version: [10, 11]
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
stability: [prefer-stable]
25+
stability: [prefer-lowest, prefer-stable]
2626
experimental: [false]
2727
exclude:
2828
- laravel-version: 11
2929
php-version: 8.1
30+
- laravel-version: 11
31+
stability: prefer-lowest
3032

3133
runs-on: ${{ matrix.os }}
3234
continue-on-error: ${{ matrix.experimental }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"illuminate/console": "^10.0|^11.0",
12+
"illuminate/console": "^10.38|^11.0",
1313
"illuminate/database": "^10.38|^11.0",
14-
"illuminate/filesystem": "^10.0|^11.0",
15-
"illuminate/support": "^10.0|^11.0",
14+
"illuminate/filesystem": "^10.38|^11.0",
15+
"illuminate/support": "^10.38|^11.0",
1616
"laravel-shift/faker-registry": "^0.3.0",
1717
"symfony/yaml": ">=6.2"
1818
},

0 commit comments

Comments
 (0)