Merge pull request #55 from mbabker/patch-1

[0.4] Bump minimum PHP to 7.4
This commit is contained in:
Chris Boden 2021-12-10 12:22:42 -05:00 committed by GitHub
commit 02dca5e4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 13 deletions

View File

@ -15,11 +15,6 @@ jobs:
- server
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
steps:
- uses: actions/checkout@v2
- name: Setup PHP
@ -33,11 +28,4 @@ jobs:
- run: sh tests/ab/run_ab_tests.sh
env:
ABTEST: ${{ matrix.env }}
SKIP_DEFLATE: _skip_deflate
if: ${{ matrix.php <= 5.6 }}
- run: sh tests/ab/run_ab_tests.sh
env:
ABTEST: ${{ matrix.env }}
if: ${{ matrix.php >= 7.0 }}
- run: vendor/bin/phpunit --verbose

View File

@ -26,7 +26,7 @@
}
},
"require": {
"php": ">=5.4.2",
"php": ">=7.4",
"guzzlehttp/psr7": "^2 || ^1.7"
},
"require-dev": {