Skip to content

Commit 331188d

Browse files
committed
Drop PHP 8.1 support
1 parent 6a38fd9 commit 331188d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [ '8.1', '8.2', '8.3', '8.4' ]
14+
php: [ '8.2', '8.3', '8.4' ]
1515
name: On PHP ${{ matrix.php }}
1616

1717
steps:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1",
21+
"php": "^8.2",
2222
"twig/twig": "^2.15.3||^3.4.3"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)