Skip to content

Commit

Permalink
🧱 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nbourguig committed May 12, 2024
1 parent eb44b17 commit 3514700
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
include:
- laravel: 11
- laravel: 11.*
testbench: 9.*
- laravel: 10
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
exclude:
- laravel: 11.*
php: 8.0
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"require": {
"google/apiclient": "^2.1",
"illuminate/console": "~5.8.0|^6.0|^7.0|^8.0|^v9.0|^10.0|^11.0",
"illuminate/filesystem": "~5.8.0|^6.0|^7.0|^8.0|^v9.0|^10.0|^11.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^v9.0|^10.0|^11.0"
"illuminate/console": "^v9.0|^10.0|^11.0",
"illuminate/filesystem": "^v9.0|^10.0|^11.0",
"illuminate/support": "^v9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 3514700

Please sign in to comment.