Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 7, 2023
1 parent e695ff3 commit 81b0207
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 439 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: ['8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "2.6",
"sensio/framework-extra-bundle": "^6.2",
"symfony/apache-pack": "^1.0",
"symfony/console": "6.2.*",
"symfony/dotenv": "6.2.*",
"symfony/flex": "^2.1",
"symfony/form": "6.2.*",
"symfony/framework-bundle": "6.2.*",
"symfony/mailer": "6.2.*",
"symfony/monolog-bundle": "^3.7",
"symfony/runtime": "6.2.*",
"symfony/security-bundle": "6.2.*",
"symfony/translation": "6.2.*",
Expand All @@ -36,10 +34,10 @@
"codeception/module-doctrine2": "^3.0",
"codeception/module-phpbrowser": "^3.0",
"codeception/module-symfony": "^3.0",
"phpunit/phpunit": "^10.0",
"doctrine/doctrine-fixtures-bundle": "^3.4.2",
"friendsofphp/php-cs-fixer": "^3.3",
"phpmd/phpmd": "^2.11",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.12.5",
"squizlabs/php_codesniffer": "^3.6",
"symfony/debug-bundle": "6.2.*",
Expand Down
Loading

0 comments on commit 81b0207

Please sign in to comment.