Skip to content

Commit 81b0207

Browse files
committed
Fix CI
1 parent e695ff3 commit 81b0207

File tree

11 files changed

+5
-439
lines changed

11 files changed

+5
-439
lines changed

.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
php-versions: ['8.1', '8.2']
21+
php-versions: ['8.1', '8.2', '8.3']
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v3

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
"ext-ctype": "*",
1616
"ext-iconv": "*",
1717
"doctrine/doctrine-bundle": "2.6",
18-
"sensio/framework-extra-bundle": "^6.2",
1918
"symfony/apache-pack": "^1.0",
2019
"symfony/console": "6.2.*",
2120
"symfony/dotenv": "6.2.*",
2221
"symfony/flex": "^2.1",
2322
"symfony/form": "6.2.*",
2423
"symfony/framework-bundle": "6.2.*",
2524
"symfony/mailer": "6.2.*",
26-
"symfony/monolog-bundle": "^3.7",
2725
"symfony/runtime": "6.2.*",
2826
"symfony/security-bundle": "6.2.*",
2927
"symfony/translation": "6.2.*",
@@ -36,10 +34,10 @@
3634
"codeception/module-doctrine2": "^3.0",
3735
"codeception/module-phpbrowser": "^3.0",
3836
"codeception/module-symfony": "^3.0",
39-
"phpunit/phpunit": "^10.0",
4037
"doctrine/doctrine-fixtures-bundle": "^3.4.2",
4138
"friendsofphp/php-cs-fixer": "^3.3",
4239
"phpmd/phpmd": "^2.11",
40+
"phpunit/phpunit": "^10.0",
4341
"rector/rector": "^0.12.5",
4442
"squizlabs/php_codesniffer": "^3.6",
4543
"symfony/debug-bundle": "6.2.*",

0 commit comments

Comments
 (0)