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:
4646 strategy :
4747 fail-fast : false
4848 matrix :
49- php-version : [ '8.1', '8.2', '8.3', '8.4 ']
49+ php-version : ['8.1']
5050 dependency-version : ['']
5151 symfony-version : ['']
5252 minimum-stability : ['stable']
5353 include :
54+ # dev packages (probably not needed to have multiple such jobs)
55+ - minimum-stability : ' dev'
56+ php-version : 8.4
5457 # lowest deps
55- - php-version : ' 8.1'
56- dependency-version : ' lowest'
58+ - dependency-version : ' lowest'
5759 # LTS version of Symfony
58- - php-version : ' 8.1'
59- symfony-version : ' 6.4.*'
60+ - symfony-version : ' 6.4.*'
6061 steps :
6162 - name : Checkout
6263 uses : actions/checkout@v4
7879 - name : Setup PHP
7980 uses : shivammathur/setup-php@v2
8081 with :
81- php-version : ${{ matrix.php-version }}
82+ php-version : 8.1
8283 tools : flex
8384
8485 - name : Install root dependencies
You can’t perform that action at this time.
0 commit comments