File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 15
15
include :
16
16
- { php: 8.2, symfony: 6.4.*, dependency-version: prefer-lowest }
17
17
18
+ env :
19
+ SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
20
+
18
21
name : Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ubuntu-latest - ${{ matrix.dependency-version }}
19
22
steps :
20
23
33
36
php-version : ${{ matrix.php }}
34
37
extensions : dom, mbstring, zip
35
38
coverage : none
36
-
37
- - name : Require Symfony Version
38
- run : >
39
- composer require
40
- "symfony/config:${{ matrix.symfony }}"
41
- "symfony/dependency-injection:${{ matrix.symfony }}"
42
- "symfony/http-kernel:${{ matrix.symfony }}"
43
- --no-interaction --no-update
39
+ tools : flex
44
40
45
41
- name : Install Composer dependencies
46
42
run : composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
Original file line number Diff line number Diff line change 29
29
"laravel/pint" : " ^1.24.0" ,
30
30
"phpstan/phpstan" : " ^2.1.22" ,
31
31
"rector/rector" : " ^2.1.5" ,
32
- "symfony/phpunit-bridge" : " ^6.4|^7.3" ,
32
+ "symfony/phpunit-bridge" : " ^6.4.25 |^7.3" ,
33
33
"symfony/framework-bundle" : " ^6.4|^7.3"
34
34
},
35
35
"autoload" : {
You can’t perform that action at this time.
0 commit comments