Skip to content

Commit

Permalink
Prepare master branch.
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 3, 2020
1 parent 4b2f5f1 commit ad41e9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 47 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/run-tests.yml

This file was deleted.

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 @@ -30,7 +29,7 @@ after_script:

matrix:
include:
- php: 7.2
- php: 7.3
env: setup=coveralls coverage=yes
allow_failures:
- php: nightly
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"require": {
"php": ">=7.2",
"php": ">=7.3",
"jomweb/ringgit": "^2.1",
"laravie/codex": "^5.1",
"laravie/codex-filter": "^1.0",
Expand All @@ -30,7 +30,7 @@
"require-dev": {
"mockery/mockery": "^1.3.1",
"php-http/curl-client": "^2.0",
"phpunit/phpunit": "^8.4 || ^9.0"
"phpunit/phpunit": "^9.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit ad41e9b

Please sign in to comment.