File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,13 @@ jobs:
1515 strategy :
1616 matrix :
1717 php-version :
18- - " 8.3"
1918 - " 8.4"
2019 - " 8.5"
2120 dependencies :
2221 - " highest"
2322 include :
2423 - dependencies : " lowest"
25- php-version : " 8.3 "
24+ php-version : " 8.4 "
2625
2726 steps :
2827 - name : " Checkout"
Original file line number Diff line number Diff line change 1919 - name : " Install PHP"
2020 uses : " shivammathur/setup-php@v2"
2121 with :
22- php-version : " 8.3 "
22+ php-version : " 8.4 "
2323 coverage : " none"
2424 extensions : " ds, mbstring"
2525 tools : " cs2pr"
4141 - name : " Install PHP"
4242 uses : " shivammathur/setup-php@v2"
4343 with :
44- php-version : " 8.3 "
44+ php-version : " 8.4 "
4545 coverage : " none"
4646 extensions : " ds, mbstring"
4747 tools : " cs2pr"
Original file line number Diff line number Diff line change 2020 - name : " Install PHP"
2121 uses : " shivammathur/setup-php@v2"
2222 with :
23- php-version : " 8.3 "
23+ php-version : " 8.4 "
2424 coverage : " pcov"
2525 extensions : " ds, mbstring"
2626 tools : " cs2pr"
Original file line number Diff line number Diff line change 1919 - name : " Install PHP"
2020 uses : " shivammathur/setup-php@v2"
2121 with :
22- php-version : " 8.3 "
22+ php-version : " 8.4 "
2323 coverage : " none"
2424 extensions : " ds, mbstring"
2525 tools : " cs2pr"
4141 - name : " Install PHP"
4242 uses : " shivammathur/setup-php@v2"
4343 with :
44- php-version : " 8.3 "
44+ php-version : " 8.4 "
4545 coverage : " none"
4646 extensions : " ds, mbstring"
4747 tools : " cs2pr"
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^8.3 " ,
22+ "php" : " ^8.4 " ,
2323 "ext-ds" : " *"
2424 },
2525 "require-dev" : {
You can’t perform that action at this time.
0 commit comments