File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,18 @@ jobs:
46
46
strategy :
47
47
fail-fast : false
48
48
matrix :
49
- php-version : [ '8.1', '8.2', '8.3', '8.4 ']
49
+ php-version : ['8.1']
50
50
dependency-version : ['']
51
51
symfony-version : ['']
52
52
minimum-stability : ['stable']
53
53
include :
54
+ # dev packages (probably not needed to have multiple such jobs)
55
+ - minimum-stability : ' dev'
56
+ php-version : 8.4
54
57
# lowest deps
55
- - php-version : ' 8.1'
56
- dependency-version : ' lowest'
58
+ - dependency-version : ' lowest'
57
59
# LTS version of Symfony
58
- - php-version : ' 8.1'
59
- symfony-version : ' 6.4.*'
60
+ - symfony-version : ' 6.4.*'
60
61
steps :
61
62
- name : Checkout
62
63
uses : actions/checkout@v4
78
79
- name : Setup PHP
79
80
uses : shivammathur/setup-php@v2
80
81
with :
81
- php-version : ${{ matrix.php-version }}
82
+ php-version : 8.1
82
83
tools : flex
83
84
84
85
- name : Install root dependencies
You can’t perform that action at this time.
0 commit comments