Skip to content

Commit

Permalink
Remove PHP-nightly from travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
codemedic committed Aug 16, 2020
1 parent 34e79eb commit 05688aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ matrix:
dist: bionic
- php: 7.4
dist: bionic
- php: nightly
dist: bionic
env: COMPOSER_ARGS=--ignore-platform-reqs
# - php: nightly
# dist: bionic
# env: COMPOSER_ARGS=--ignore-platform-reqs

before_script:
- composer self-update --stable
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "^4",
"symfony/polyfill-php72": "^1.18",
"victorjonsson/markdowndocs": "^1.3"
},
Expand Down

0 comments on commit 05688aa

Please sign in to comment.