Skip to content

Commit

Permalink
Remove PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 29, 2021
1 parent 44e9dab commit 51b2f92
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -40,7 +40,6 @@ jobs:
- windows-latest

php:
- 7.4
- 8.0

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mutation.yml
Expand Up @@ -34,7 +34,6 @@ jobs:
- ubuntu-latest

php:
- 7.4
- 8.0

steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static.yml
Expand Up @@ -36,7 +36,6 @@ jobs:
- ubuntu-latest

php:
- 7.4
- 8.0

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"httpsoft/http-message": "^1.0.5",
"psr/container": "^1.0",
"psr/http-message": "^1.0",
Expand Down

0 comments on commit 51b2f92

Please sign in to comment.