Skip to content

Commit 1e06f93

Browse files
feedbacks
1 parent 93f46c0 commit 1e06f93

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '8.2'
1919
- '8.3'
2020
- '8.4'
21+
- '8.5'
2122
dependencies: [highest]
2223
symfony-require: ['']
2324
include:
@@ -28,12 +29,13 @@ jobs:
2829
- php-version: '8.2'
2930
symfony-require: '6.4.*'
3031
- php-version: '8.3'
31-
symfony-require: '7.2.*'
32+
symfony-require: '7.3.*'
33+
- php-version: '8.3'
34+
symfony-require: '7.4.*'
3235
- php-version: '8.4'
3336
symfony-require: '8.0.*'
34-
stability: dev
3537

36-
name: PHP ${{ matrix.php-version }} ${{ matrix.symfony-require && format('/ Symfony {0}', matrix.symfony-require) || '' }} ${{ matrix.dependencies == 'lowest' && '/ lowest' || '' }}
38+
name: PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} ${{ matrix.symfony-require && format('/ Symfony {0}', matrix.symfony-require) || '' }}
3739

3840
env:
3941
SYMFONY_REQUIRE: ${{ matrix.symfony-require }}
@@ -49,10 +51,6 @@ jobs:
4951
tools: composer:v2, flex
5052
coverage: none
5153

52-
- name: Allow dev stability
53-
if: matrix.stability == 'dev'
54-
run: composer config minimum-stability dev
55-
5654
- name: Install Composer dependencies
5755
uses: ramsey/composer-install@v3
5856
with:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
1818
"knplabs/gaufrette": "^0.11",
1919
"phpunit/phpunit": "^9.5",
20-
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
20+
"symfony/validator": "^5.4 || ^6.4 || ^7.3 || ^8.0",
2121
"phpstan/phpstan": "^2.1",
2222
"phpstan/phpstan-phpunit": "^2.0",
2323
"phpstan/phpstan-strict-rules": "^2.0"

0 commit comments

Comments
 (0)