Skip to content

Commit 2a3cfca

Browse files
feat: Require php 8.1 minimum
1 parent 3cfcdd2 commit 2a3cfca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
php-version: ['8.0', '8.1', '8.2', '8.3']
20+
php-version: ['8.1', '8.2', '8.3']
2121
steps:
2222
- uses: shivammathur/setup-php@v2
2323
with:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.0",
13+
"php": ">=8.1",
1414
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1515
"jms/serializer": "^3.7",
1616
"symfony/serializer": ">=5.4",

0 commit comments

Comments
 (0)