Skip to content

Commit

Permalink
build: drop support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Feb 10, 2024
1 parent d7da981 commit d1b58e2
Show file tree
Hide file tree
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
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
php-versions:
- "8.1"
- "8.2"
- "8.3"
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
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 d1b58e2

Please sign in to comment.