File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ sudo: required
33language : php
44
55php :
6- - 5.6
7- - 7.0
8- - 7.1
96 - 7.2
107 - 7.3
8+ - 7.4
119
1210env :
1311 - SIMPLESAMLPHP_VERSION=1.17.*
@@ -18,9 +16,9 @@ before_script:
1816
1917script :
2018 - vendor/simplesamlphp/simplesamlphp-test-framework/bin/check-syntax-php.sh
21- - if [[ "$TRAVIS_PHP_VERSION" == "5.6 " ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi
19+ - if [[ "$TRAVIS_PHP_VERSION" == "7.2 " ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi
2220 - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then vendor/bin/psalm; fi
2321
2422after_success :
25- - if [[ "$TRAVIS_PHP_VERSION" == "5.6 " ]]; then php vendor/bin/php-coveralls -v; fi
23+ - if [[ "$TRAVIS_PHP_VERSION" == "7.2 " ]]; then php vendor/bin/php-coveralls -v; fi
2624
Original file line number Diff line number Diff line change 2020 }
2121 },
2222 "require" : {
23- "php" : " >=7.0 " ,
23+ "php" : " >=7.2 " ,
2424 "simplesamlphp/composer-module-installer" : " ~1.1"
2525 },
2626 "require-dev" : {
You can’t perform that action at this time.
0 commit comments