Skip to content

Commit aa4fed8

Browse files
committed
Bump supported PHP versions
1 parent 6e95f4a commit aa4fed8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22
php:
3-
- '7.1'
4-
- '7.2'
5-
- '7.3'
63
- '7.4'
74
- '8.0'
5+
- '8.1'
6+
- '8.2'
87

98
before_script: composer install
109
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^5.6.0|^7.0|^8.0",
24+
"php": "^7.4|^8.0",
2525
"simplesamlphp/simplesamlphp": "~2.0",
2626
"simplesamlphp/composer-module-installer": "~1.0"
2727
},

0 commit comments

Comments
 (0)