Skip to content

Commit

Permalink
Drop support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Spea committed Jan 17, 2025
1 parent e2bb36f commit 4471178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
include:
- php-version: '7.4'
- php-version: '8.0'
composer-flags: '--prefer-stable --prefer-lowest'
steps:
- name: Check out code into the workspace
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"issues": "https://github.com/liip/metadata-parser/issues"
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"doctrine/annotations": "^1.13 || ^2.0.1",
"psr/log": "^1|^2|^3"
Expand Down

0 comments on commit 4471178

Please sign in to comment.