Skip to content

Commit 05688aa

Browse files
committed
Remove PHP-nightly from travis-ci config
1 parent 34e79eb commit 05688aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ matrix:
2121
dist: bionic
2222
- php: 7.4
2323
dist: bionic
24-
- php: nightly
25-
dist: bionic
26-
env: COMPOSER_ARGS=--ignore-platform-reqs
24+
# - php: nightly
25+
# dist: bionic
26+
# env: COMPOSER_ARGS=--ignore-platform-reqs
2727

2828
before_script:
2929
- composer self-update --stable

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ext-bcmath": "*"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "*",
12+
"phpunit/phpunit": "^4",
1313
"symfony/polyfill-php72": "^1.18",
1414
"victorjonsson/markdowndocs": "^1.3"
1515
},

0 commit comments

Comments
 (0)