Skip to content

Commit

Permalink
Laravel 8 (#154)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update tests.yml

* Update tests.yml
  • Loading branch information
Propaganistas authored Sep 8, 2020
1 parent 4e0c8b1 commit 090a561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4]
laravel: [6.*, 7.*]
laravel: [6.*, 7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 8.*
php: 7.2
include:
- laravel: 6.*
testbench: 4.*
- laravel: 7.*
testbench: 5.*
- laravel: 8.*
testbench: 6.*

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": "^6.0|^7.0",
"illuminate/validation": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/validation": "^6.0|^7.0|^8.0",
"giggsey/libphonenumber-for-php": "^7.0|^8.0",
"league/iso3166": "^2.0"
},
Expand Down

0 comments on commit 090a561

Please sign in to comment.