Skip to content

Commit f27e8ca

Browse files
authored
Merge pull request thephpleague#249 from thephpleague/test/php72
Test/php72
2 parents fae2bc9 + 8c57e22 commit f27e8ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "lowest"
1919
- "highest"
2020
php-version:
21+
- "7.2"
2122
- "7.3"
2223
- "7.4"
2324
- "8.0"
@@ -45,4 +46,4 @@ jobs:
4546
run: "composer update --no-interaction --no-progress --no-suggest"
4647

4748
- name: "Tests"
48-
run: "vendor/bin/phpunit"
49+
run: "vendor/bin/phpunit"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"classmap": ["tests/OmnipayTest.php"]
4343
},
4444
"require": {
45-
"php": "^7.3|^8",
45+
"php": "^7.2|^8",
4646
"php-http/client-implementation": "^1",
4747
"php-http/message": "^1.5",
4848
"php-http/discovery": "^1.13",
@@ -51,13 +51,13 @@
5151
"moneyphp/money": "^3.1"
5252
},
5353
"require-dev": {
54-
"omnipay/tests": "^4",
54+
"omnipay/tests": "^4.1",
5555
"php-http/mock-client": "^1",
5656
"squizlabs/php_codesniffer": "^3.5"
5757
},
5858
"extra": {
5959
"branch-alias": {
60-
"dev-master": "3.0.x-dev"
60+
"dev-master": "3.1.x-dev"
6161
}
6262
},
6363
"suggest": {

0 commit comments

Comments
 (0)