File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,13 @@ jobs:
1919 strategy :
2020 matrix :
2121 php-version :
22- - " 8.1"
2322 - " 8.2"
2423 - " 8.3"
2524 dependencies :
2625 - " highest"
2726 include :
2827 - dependencies : " lowest"
29- php-version : " 8.1 "
28+ php-version : " 8.2 "
3029
3130 steps :
3231 - name : " Checkout"
Original file line number Diff line number Diff line change 2626 - name : " Install PHP"
2727 uses : " shivammathur/setup-php@v2"
2828 with :
29- php-version : " 8.1 "
29+ php-version : " 8.2 "
3030 coverage : " none"
3131 extensions : " rdkafka"
3232 tools : " cs2pr, pecl"
Original file line number Diff line number Diff line change 3030 - name : " Install PHP"
3131 uses : " shivammathur/setup-php@v2"
3232 with :
33- php-version : " 8.1 "
33+ php-version : " 8.2 "
3434 coverage : " pcov"
3535 extensions : " rdkafka"
3636
Original file line number Diff line number Diff line change 2626 - name : " Install PHP"
2727 uses : " shivammathur/setup-php@v2"
2828 with :
29- php-version : " 8.1 "
29+ php-version : " 8.2 "
3030 coverage : " none"
3131 extensions : " rdkafka"
3232 tools : " cs2pr, pecl"
5353 - name : " Install PHP"
5454 uses : " shivammathur/setup-php@v2"
5555 with :
56- php-version : " 8.1 "
56+ php-version : " 8.2 "
5757 coverage : " none"
5858 extensions : " rdkafka"
5959 tools : " cs2pr"
Original file line number Diff line number Diff line change 1818 "sort-packages" : true
1919 },
2020 "require" : {
21- "php" : " ^8.1 " ,
21+ "php" : " ^8.2 " ,
2222 "ext-pcntl" : " *" ,
2323 "ext-rdkafka" : " ^6" ,
2424 "psr/log" : " ^1.1 || ^2 || ^3" ,
You can’t perform that action at this time.
0 commit comments