Skip to content

Commit

Permalink
Merge pull request #17 from dotdevpro/patch-symfony-7
Browse files Browse the repository at this point in the history
Updating dependencies for Symfony 7.x
  • Loading branch information
tgalopin authored Dec 14, 2023
2 parents de83717 + e6949bf commit c88eaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"league/glide": "^2.0",
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0"
"symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
Expand Down

0 comments on commit c88eaeb

Please sign in to comment.