Skip to content

Commit 211e9ba

Browse files
authored
Re-add 7.4 (#214)
1 parent e4cbe85 commit 211e9ba

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
# Not running PHP 7.2 since the CI is not working and it is EOL in 2 months
23-
php: ['8.0', '8.1']
22+
php: ['7.4', '8.0', '8.1']
2423
os: [ubuntu-latest]
2524
experimental: [false]
2625
include:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.0",
25+
"php": "^7.4 || ^8.0",
2626
"symfony/polyfill-mbstring": "^1.0",
2727
"psr/http-message": "^1.0",
2828
"myclabs/php-enum": "^1.5"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^9.4.2",
32-
"guzzlehttp/guzzle": "^7.2.0",
31+
"phpunit/phpunit": "^8.5.8 || ^9.4.2",
32+
"guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
3333
"ext-zip": "*",
3434
"mikey179/vfsstream": "^1.6",
3535
"vimeo/psalm": "^4.1",

0 commit comments

Comments
 (0)