Skip to content

Commit

Permalink
Tweak lowest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Feb 17, 2024
1 parent a571431 commit d7a0997
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
php-version: ['8.1', '8.2', '8.3']
laravel-version: [10, 11]
os: [ubuntu-latest, windows-latest, macos-latest]
stability: [prefer-stable]
stability: [prefer-lowest, prefer-stable]
experimental: [false]
exclude:
- laravel-version: 11
php-version: 8.1
exclude:
- laravel-version: 11
stability: prefer-lowest

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
],
"license": "MIT",
"require": {
"illuminate/console": "^10.0|^11.0",
"illuminate/console": "^10.38|^11.0",
"illuminate/database": "^10.38|^11.0",
"illuminate/filesystem": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/filesystem": "^10.38|^11.0",
"illuminate/support": "^10.38|^11.0",
"laravel-shift/faker-registry": "^0.3.0",
"symfony/yaml": ">=6.2"
},
Expand Down

0 comments on commit d7a0997

Please sign in to comment.