Skip to content

Commit 233f475

Browse files
committed
Update testsuite
1 parent 1741fd3 commit 233f475

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ sudo: required
33
language: php
44

55
php:
6-
- 5.6
7-
- 7.0
8-
- 7.1
96
- 7.2
107
- 7.3
8+
- 7.4
119

1210
env:
1311
- SIMPLESAMLPHP_VERSION=1.17.*
@@ -18,9 +16,9 @@ before_script:
1816

1917
script:
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

2422
after_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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=7.0",
23+
"php": ">=7.2",
2424
"simplesamlphp/composer-module-installer": "~1.1"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)