Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: drop support for PHP 8.1
Browse files Browse the repository at this point in the history
mledoze committed Feb 10, 2024
1 parent d7da981 commit 4fd735c
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
php-versions:
- "8.1"
- "8.2"
- "8.3"
steps:
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"require": {
"ext-dom": "*",
"ext-gettext": "*",
"php": ">=8.1",
"php": ">=8.2",
"symfony/console": "~5.4|~6.4|~7.0",
"symfony/yaml": "~5.4|~6.4|~7.0"
},
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fd735c

Please sign in to comment.