We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e95f4a commit aa4fed8Copy full SHA for aa4fed8
.travis.yml
@@ -1,10 +1,9 @@
1
language: php
2
php:
3
- - '7.1'
4
- - '7.2'
5
- - '7.3'
6
- '7.4'
7
- '8.0'
+ - '8.1'
+ - '8.2'
8
9
before_script: composer install
10
script:
composer.json
@@ -21,7 +21,7 @@
21
}
22
],
23
"require": {
24
- "php": "^5.6.0|^7.0|^8.0",
+ "php": "^7.4|^8.0",
25
"simplesamlphp/simplesamlphp": "~2.0",
26
"simplesamlphp/composer-module-installer": "~1.0"
27
},
0 commit comments