File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ jobs:
1414 strategy :
1515 matrix :
1616 php-version :
17- - " 8.3"
1817 - " 8.4"
1918 dependency-versions :
2019 - " highest"
2120 include :
2221 - dependency-versions : " lowest"
23- php-version : " 8.3 "
22+ php-version : " 8.4 "
2423 env :
2524 CLICKHOUSE_SKIP_USER_SETUP : 1
2625 CLICKHOUSE_VERSION : " 24.8"
6564 strategy :
6665 matrix :
6766 php-version :
68- - " 8.3 "
67+ - " 8.4 "
6968 clickhouse-version :
7069 - " 23.3"
7170 - " 23.8"
Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 php-version :
18- - " 8.3 "
18+ - " 8.4 "
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.3 "
26+ php-version : " 8.4 "
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.3 "
18+ - " 8.4 "
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.3 " ,
30+ "php" : " ^8.4 " ,
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