Skip to content

Commit

Permalink
Increase minimum version to PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Mar 20, 2024
1 parent 83b1bd6 commit ba6707e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
strategy:
matrix:
include:
- operating-system: 'ubuntu-latest'
php-version: '7.0'

- operating-system: 'ubuntu-latest'
php-version: '7.1'

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"ext-json": "*",
"amphp/amp": "^2",
"amphp/byte-stream": "^1.1",
Expand Down

0 comments on commit ba6707e

Please sign in to comment.