Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jun 10, 2024
1 parent 2f73d74 commit 2c1133a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
php: [8.1, 8.2, 8.3]
laravel: [10.*, 11.*]
livewire: [2.11, 3.3.5]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest, windows-latest]
exclude:
- php: 8.0
laravel: 10.*
- php: 8.0
laravel: 11.*
- php: 8.1
laravel: 11.*
- laravel: 9.*
livewire: 3.3.5
- laravel: 11.*
livewire: 2.11

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"livewire/livewire": "^2.11|^3.3.5",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/broadcasting" : "^9.0|^10.0|^11.0",
"openai-php/client": "^0.10.1",
"illuminate/cache" : "^9.52|^10.0|^11.0",
"laravel/pint" : "^1.0",
"pestphp/pest" : "^2.20",
Expand Down

0 comments on commit 2c1133a

Please sign in to comment.