Skip to content

Commit

Permalink
Update supported php.
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 Apr 1, 2020
1 parent bd0fea8 commit 8764cbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 7.3, 7.2]
php: [7.4, 7.3]
os: [ubuntu-latest, windows-latest]

name: PHP${{ matrix.php }} on ${{ matrix.os }}
Expand Down
3 changes: 1 addition & 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 Down Expand Up @@ -33,7 +32,7 @@ after_script:

matrix:
include:
- php: 7.2
- php: 7.3
env: setup=coveralls coverage=yes
allow_failures:
- php: nightly
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"orchestra/testing": "^6.0"
},
"suggest": {
"orchestra/avatar": "Add gravatar support for Orchestra Platform (^5.0).",
"orchestra/installer": "Allow Orchestra Platform to be installed in new application (^5.0).",
"orchestra/testing": "Allow better unit testing support for Orchestra Platform (^5.0)."
"orchestra/avatar": "Add gravatar support for Orchestra Platform (^6.0).",
"orchestra/installer": "Allow Orchestra Platform to be installed in new application (^6.0).",
"orchestra/testing": "Allow better unit testing support for Orchestra Platform (^6.0)."
},
"scripts": {
"test": [
Expand Down

0 comments on commit 8764cbd

Please sign in to comment.