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 @@ -14,14 +14,13 @@ jobs:
1414 strategy :
1515 matrix :
1616 php-version :
17- - " 8.2"
1817 - " 8.3"
1918 - " 8.4"
2019 dependency-versions :
2120 - " highest"
2221 include :
2322 - dependency-versions : " lowest"
24- php-version : " 8.2 "
23+ php-version : " 8.3 "
2524 env :
2625 CLICKHOUSE_SKIP_USER_SETUP : 1
2726 CLICKHOUSE_VERSION : " 24.8"
6665 strategy :
6766 matrix :
6867 php-version :
69- - " 8.2 "
68+ - " 8.3 "
7069 clickhouse-version :
7170 - " 23.3"
7271 - " 23.8"
Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 php-version :
18- - " 8.2 "
18+ - " 8.3 "
1919
2020 steps :
2121 - name : " Checkout"
Original file line number Diff line number Diff line change 2323 - name : Install PHP
2424 uses : shivammathur/setup-php@v2
2525 with :
26- php-version : " 8.2 "
26+ php-version : " 8.3 "
2727 coverage : pcov
2828 ini-values : variables_order=EGPCS
2929 extensions : json
Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 php-version :
18- - " 8.2 "
18+ - " 8.3 "
1919
2020 steps :
2121 - name : " Checkout code"
Original file line number Diff line number Diff line change 2727 "sort-packages" : true
2828 },
2929 "require" : {
30- "php" : " ^8.2 " ,
30+ "php" : " ^8.3 " ,
3131 "guzzlehttp/promises" : " ^2.0" ,
3232 "guzzlehttp/psr7" : " ^2.6" ,
3333 "php-http/client-common" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments