Skip to content

Commit fe81bc1

Browse files
committed
Bump dev tools, run SA on Symfony 7.3
1 parent 17ead70 commit fe81bc1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: ['8.3', '8.4']
13-
symfony: ['6.4.*', '7.2.*', '7.3.*@beta']
13+
symfony: ['6.4.*', '7.2.*', '7.3.*']
1414
composer-flags: ['--prefer-stable']
1515
can-fail: [false]
1616
include:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: composer update --prefer-stable --prefer-dist
2525
env:
26-
SYMFONY_REQUIRE: '7.2.*'
26+
SYMFONY_REQUIRE: '7.3.*'
2727

2828
- name: Run PHPStan
2929
run: vendor/bin/phpstan analyze --error-format=github

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
"matthiasnoback/symfony-config-test": "^5.2",
3333
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
3434
"phpstan/extension-installer": "^1.2",
35-
"phpstan/phpstan": "2.1.14",
35+
"phpstan/phpstan": "2.1.17",
3636
"phpstan/phpstan-phpunit": "2.0.6",
37-
"phpstan/phpstan-symfony": "2.0.4",
37+
"phpstan/phpstan-symfony": "2.0.6",
3838
"phpunit/phpunit": "9.6.23",
3939
"psr/cache": "^1.0 || ^2.0 || ^3.0",
4040
"psr/container": "^1.0 || ^2.0",
4141
"psr/http-message": "^1.0 || ^2.0",
4242
"psr/log": "^1.0 || ^2.0 || ^3.0",
4343
"ratchet/rfc6455": "^0.4",
4444
"react/event-loop": "^1.5",
45-
"rector/rector": "2.0.15",
45+
"rector/rector": "2.0.16",
4646
"symfony/cache": "^6.4 || ^7.2",
4747
"symfony/http-foundation": "^6.4 || ^7.2",
4848
"symfony/phpunit-bridge": "^6.4 || ^7.2"

0 commit comments

Comments
 (0)