File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4040 - name : " Install PHP"
4141 uses : shivammathur/setup-php@v2
4242 with :
43- php-version : " 8.3 "
43+ php-version : " 8.4 "
4444 coverage : " none"
4545 tools : " composer:v2"
4646
6565 - name : Install PHP with extensions
6666 uses : shivammathur/setup-php@v2
6767 with :
68- php-version : ' 8.3 '
68+ php-version : ' 8.4 '
6969 coverage : none
7070 tools : composer:v2, composer-normalize:2
7171 env :
Original file line number Diff line number Diff line change 2929 - " 8.1"
3030 - " 8.2"
3131 - " 8.3"
32+ - " 8.4"
3233 deps :
3334 - " highest"
3435 no-annotations :
@@ -39,20 +40,20 @@ jobs:
3940 - deps : " lowest"
4041 php-version : " 7.4"
4142 - deps : " highest"
42- php-version : " 8.3 "
43+ php-version : " 8.4 "
4344 # Run builds on low and high PHP versions with `doctrine/annotations` removed
4445 - deps : " highest"
4546 php-version : " 7.4"
4647 no-annotations : true
4748 - deps : " highest"
48- php-version : " 8.3 "
49+ php-version : " 8.4 "
4950 no-annotations : true
5051 # Run builds on high PHP version with `doctrine/orm` version pinned
5152 - deps : " highest"
52- php-version : " 8.3 "
53+ php-version : " 8.4 "
5354 orm : " ^2.14"
5455 - deps : " highest"
55- php-version : " 8.3 "
56+ php-version : " 8.4 "
5657 orm : " ^3.0"
5758
5859 steps :
Original file line number Diff line number Diff line change 1919 - name : Install PHP with extensions
2020 uses : shivammathur/setup-php@v2
2121 with :
22- php-version : ' 8.3 '
22+ php-version : ' 8.4 '
2323 coverage : none
2424 extensions : mongodb, zip
2525 tools : composer:v2
You can’t perform that action at this time.
0 commit comments