File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 strategy :
1616 matrix :
1717 php-version :
18- - " 8.2"
1918 - " 8.3"
19+ - " 8.4"
2020 dependencies :
2121 - " highest"
2222 include :
2323 - dependencies : " lowest"
24- php-version : " 8.2 "
24+ php-version : " 8.3 "
2525
2626 steps :
2727 - 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.2 "
22+ php-version : " 8.3 "
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.2 "
44+ php-version : " 8.3 "
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.2 "
23+ php-version : " 8.3 "
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.2 "
22+ php-version : " 8.3 "
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.2 "
44+ php-version : " 8.3 "
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.2 " ,
22+ "php" : " ^8.3 " ,
2323 "ext-ds" : " *" ,
2424 "azjezz/psl" : " ^3.0 || ^4.0"
2525 },
You can’t perform that action at this time.
0 commit comments