Skip to content

Commit db7d4fd

Browse files
committed
Raise PHP minimum to 7.2
1 parent f557725 commit db7d4fd

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@ env:
1010
matrix:
1111
fast_finish: true
1212
include:
13-
- php: 7.0
14-
- php: 7.0
13+
- php: 7.2
14+
- php: 7.2
1515
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
16-
- php: 7.0
16+
- php: 7.2
1717
env: RUN_PHPCS="yes"
18-
- php: 7.1
19-
- php: 7.1
18+
- php: 7.3
19+
- php: 7.3
2020
# This empty flag removes the prefer-stable switch to cause dev dependencies to be installed
2121
env: COMPOSER_FLAGS=""
22-
- php: 7.2
22+
- php: 7.4snapshot
2323
- php: nightly
2424
allow_failures:
25+
- php: 7.4snapshot
2526
- php: nightly
2627

2728
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/joomla-framework/github-api",
77
"license": "GPL-2.0-or-later",
88
"require": {
9-
"php": "~7.0",
9+
"php": "~7.2",
1010
"joomla/http": "~1.3|~2.0",
1111
"joomla/registry": "^1.4.5|~2.0",
1212
"joomla/uri": "~1.0|~2.0"

0 commit comments

Comments
 (0)