Skip to content

Commit

Permalink
fix tests ci
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Mar 21, 2024
1 parent 74035b1 commit ebeb69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3]
stability: [prefer-stable]
laravel: [9.*, 10.*, 11.*]
include:
Expand All @@ -23,12 +23,6 @@ jobs:
- laravel: 11.*
testbench: 9.*
exclude:
- php: 8.0
laravel: 10.*

- php: 8.0
laravel: 11.*

- php: 8.1
laravel: 11.*

Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"saloonphp/saloon": "^3.0"
},
"require-dev": {
Expand All @@ -54,9 +54,7 @@
},
"extra": {
"laravel": {
"providers": [
"OpenSoutheners\\CarboneSdk\\ServiceProvider"
]
"providers": ["OpenSoutheners\\CarboneSdk\\ServiceProvider"]
}
}
}

0 comments on commit ebeb69d

Please sign in to comment.