Skip to content

Commit

Permalink
Merge pull request #68 from abdumu/master
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu authored Feb 24, 2021
2 parents a665f7a + 52ce0dc commit 08d925c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4]
php: [7.3, 7.4, 8.0]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand All @@ -19,6 +19,12 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
exclude:
# excludes laravel 6+7 on php8
- php: 8.0
laravel: 6.*
- php: 8.0
laravel: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0",
"jaybizzle/crawler-detect": "^1.2",
"spatie/laravel-referer": "^1.6",
"torann/geoip": "^1.0"
"torann/geoip": "^1.0|^3.0"
},
"require-dev": {
"doctrine/dbal": "^2.5.2",
"fzaninotto/faker": "^1.6",
"doctrine/dbal": "^2.6|^3.0",
"illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0",
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^9.3",
"predis/predis": "^1.1"
Expand Down

0 comments on commit 08d925c

Please sign in to comment.