Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 11, 2024
1 parent 4e9c8f7 commit 1b01d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.1', '8.2']
laravel: ['10.*', '11.*']
dependencies: [prefer-lowest, prefer-stable]
exclude:
- php: '7.3'
laravel: 10.*
- php: '7.4'
laravel: 10.*
- php: '8.0'
laravel: 10.*
- php: '7.3'
laravel: 9.*
- php: '7.4'
laravel: 9.*
- php: '8.1'
laravel: 6.*
- php: '8.1'
laravel: 7.*
- php: '8.1'
laravel: 8.*
dependencies: prefer-lowest
- laravel: 11.*
php: '7.3'
- laravel: 11.*
php: '7.4'
- laravel: 11.*
php: '8.0'
- laravel: 11.*
php: '8.1'
include:
- php: '8.1'
laravel: ^8.65
dependencies: prefer-lowest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "~8.0",
"php": "^8.1",
"illuminate/config": "^10.0 || ^11.0",
"illuminate/console": "^10.0 || ^11.0",
"illuminate/log": "^10.0 || ^11.0",
Expand Down

0 comments on commit 1b01d23

Please sign in to comment.