Skip to content

Commit

Permalink
feat: Require php 8.1 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 1, 2024
1 parent 3cfcdd2 commit 2a3cfca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.0', '8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3']
steps:
- uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"jms/serializer": "^3.7",
"symfony/serializer": ">=5.4",
Expand Down

0 comments on commit 2a3cfca

Please sign in to comment.