Skip to content

Commit

Permalink
remove 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Jun 10, 2024
1 parent ead85d5 commit 1eaf791
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.1]
php: [8.2]
stability: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ext-zip": "*",
"composer/composer": "^2.7.6",
"composer-plugin-api": "^2.3.0",
"symfony/console": "^7.0.7",
"symfony/console": "^7.1.1",
"twig/twig": "^3.10.3",
"twig/html-extra": "^3.10.0"
},
Expand Down
115 changes: 59 additions & 56 deletions composer.lock

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

0 comments on commit 1eaf791

Please sign in to comment.