Skip to content

Commit

Permalink
Increase lowest PHP versiong
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 16, 2024
1 parent 45c1152 commit 7ff16e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '7.2'
- php-version: '7.3'
dependency-versions: 'lowest'
phpunit-config: 'phpunit-9.xml.dist'

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"doctrine/orm": "^2.5.3",
"friendsofsymfony/rest-bundle": "^2.5 || ^3.0",
"jms/serializer-bundle": "^3.0 || ^4.0 || ^5.0",
Expand Down

0 comments on commit 7ff16e6

Please sign in to comment.