Skip to content

Commit

Permalink
Exclude lowest with php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Nov 25, 2024
1 parent fa9a07d commit 19aa40e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.4]
laravel: [^11.33]
laravel: [^11.0]
laravel-data: [^4.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^11.33
- laravel: ^11.0
testbench: ^9.0
exclude:
- php: 8.4
stability: prefer-lowest

name: P${{ matrix.php }} - L${{ matrix.laravel }} - laraveldata${{ matrix.laravel-data }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"php": "^8.3",
"composer-runtime-api": "^2.0",
"composer/class-map-generator": "^1.4",
"illuminate/console": "^11.33",
"illuminate/contracts": "^11.33",
"illuminate/filesystem": "^11.33",
"illuminate/support": "^11.33",
"illuminate/console": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/filesystem": "^11.0",
"illuminate/support": "^11.0",
"laravel/prompts": "^0.3.1",
"phpstan/phpdoc-parser": "^2.0",
"spatie/fork": "^1.1",
Expand Down

0 comments on commit 19aa40e

Please sign in to comment.