Skip to content

Commit

Permalink
Merge pull request #55 from mbabker/patch-1
Browse files Browse the repository at this point in the history
[0.4] Bump minimum PHP to 7.4
  • Loading branch information
cboden authored Dec 10, 2021
2 parents 7c96451 + f40306a commit 02dca5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"require": {
"php": ">=5.4.2",
"php": ">=7.4",
"guzzlehttp/psr7": "^2 || ^1.7"
},
"require-dev": {
Expand Down

0 comments on commit 02dca5e

Please sign in to comment.