Skip to content

Commit

Permalink
Merge pull request #129 from hekmatinasser/8.x
Browse files Browse the repository at this point in the history
migrate to 8
  • Loading branch information
hekmatinasser authored Jul 21, 2022
2 parents 1972449 + 970edd4 commit 233189b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,16 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.0, 7.3, 7.4]
laravel: [6.*,8.*,9.*]
php: [8.1, 8.0]
laravel: [8.*,9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: ^6.23
- laravel: 6.*
testbench: ^4.9
- laravel: 9.*
testbench: 7.*

exclude:
- php: 8.1
laravel: 6.*
- laravel: 9.*
php: 7.3
- laravel: 9.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^^8.0|^9.0",
"illuminate/validation": "^^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/validation": "^8.0|^9.0",
"hekmatinasser/jalali": "^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 233189b

Please sign in to comment.