Skip to content

Commit

Permalink
Drop PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 committed Dec 27, 2024
1 parent 6a38fd9 commit 331188d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2', '8.3', '8.4' ]
php: [ '8.2', '8.3', '8.4' ]
name: On PHP ${{ matrix.php }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"twig/twig": "^2.15.3||^3.4.3"
},
"require-dev": {
Expand Down

0 comments on commit 331188d

Please sign in to comment.