Skip to content

Commit

Permalink
Bump php and laravel version.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 26, 2020
1 parent e4cbf40 commit 309df06
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3, 7.2]
laravel: [6.x, 7.x]
php: [7.4, 7.3]
laravel: [6.x, 7.x, 8.x]

name: PHP${{ matrix.php }} with Laravel ${{ matrix.laravel }} on ubuntu-latest

Expand Down
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dist: bionic
language: php

php:
- 7.2
- 7.3
- 7.4

Expand All @@ -13,10 +12,13 @@ env:
matrix:
- laravel=^6.0
- laravel=^7.0
- laravel=^8.0
- setup=stable laravel=^6.0
- setup=stable laravel=^7.0
- setup=stable laravel=^8.0
- setup=lowest laravel=^6.0
- setup=lowest laravel=^7.0
- setup=lowest laravel=^8.0

services:
- redis-server
Expand All @@ -41,7 +43,7 @@ after_script:

matrix:
include:
- php: 7.2
- php: 7.3
env: setup=coveralls coverage=yes laravel=^6.0
allow_failures:
- env: setup=coveralls coverage=yes laravel=^6.0
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
}
},
"require": {
"php": ">=7.2",
"illuminate/cache": "^6.0 || ^7.0",
"illuminate/database": "^6.0 || ^7.0"
"php": ">=7.3",
"illuminate/cache": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"laravel/legacy-factories": "^1.0.4",
"mockery/mockery": "^1.3.1",
"orchestra/canvas": "^4.5 || ^5.0",
"orchestra/testbench": "^4.5 || ^5.0",
"orchestra/canvas": "^4.5 || ^5.0 || ^6.0",
"orchestra/testbench": "^4.5 || ^5.0 || ^6.0",
"predis/predis": "^1.1"
},
"config": {
Expand Down

0 comments on commit 309df06

Please sign in to comment.