Skip to content

Commit

Permalink
Test on newer PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 7, 2023
1 parent f846eae commit fa2d90b
Show file tree
Hide file tree
Showing 3 changed files with 1,259 additions and 1,221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"sort-packages": true,
"platform": {
"php": "7.4.0"
},
"allow-plugins": {
"symfony/flex": true
}
},
"autoload": {
Expand Down
Loading

0 comments on commit fa2d90b

Please sign in to comment.