Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Dropping 7.1, adding 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius authored and nesk committed Nov 30, 2020
1 parent 36c564a commit 2911071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [7.1, 7.2, 7.3]
php-version: [7.2, 7.3, 7.4]
composer-flags: [null, --prefer-lowest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $browser->close();

## Requirements and installation

This package requires PHP >= 7.1 and Node >= 8.
This package requires PHP >= 7.2 and Node >= 8.

Install it with these two command lines:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"nesk/rialto": "^1.2.0",
"psr/log": "^1.0",
"vierbergenlars/php-semver": "^3.0.2"
Expand Down

0 comments on commit 2911071

Please sign in to comment.