Skip to content

Commit ff5e313

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent fa12d29 commit ff5e313

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

.github/workflows/test.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
strategy:
3737
matrix:
3838
php-version:
39-
- '8.0'
4039
- '8.1'
4140
- '8.2'
4241
- '8.3'
@@ -45,30 +44,25 @@ jobs:
4544
symfony-require: ['']
4645
variant: [normal]
4746
include:
48-
- php-version: '8.0'
47+
- php-version: '8.1'
4948
dependencies: lowest
5049
allowed-to-fail: false
5150
variant: normal
5251
- php-version: '8.3'
5352
dependencies: highest
5453
allowed-to-fail: false
55-
symfony-require: 5.4.*
56-
variant: symfony/symfony:"5.4.*"
57-
- php-version: '8.3'
58-
dependencies: highest
59-
allowed-to-fail: false
60-
symfony-require: 6.3.*
61-
variant: symfony/symfony:"6.3.*"
54+
symfony-require: 6.4.*
55+
variant: symfony/symfony:"6.4.*"
6256
- php-version: '8.3'
6357
dependencies: highest
6458
allowed-to-fail: false
65-
symfony-require: 6.4.*
66-
variant: symfony/symfony:"6.4.*"
59+
symfony-require: 7.1.*
60+
variant: symfony/symfony:"7.1.*"
6761
- php-version: '8.3'
6862
dependencies: highest
6963
allowed-to-fail: false
70-
symfony-require: 7.0.*
71-
variant: symfony/symfony:"7.0.*"
64+
symfony-require: 7.2.*
65+
variant: symfony/symfony:"7.2.*"
7266

7367
steps:
7468
- name: Checkout

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]);
3232

3333
$rectorConfig->sets([
34-
LevelSetList::UP_TO_PHP_80,
34+
LevelSetList::UP_TO_PHP_81,
3535
PHPUnitSetList::PHPUNIT_90,
3636
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
3737
]);

0 commit comments

Comments
 (0)