Skip to content

Commit bd21e2e

Browse files
authored
feat: drop php 8.2 support (#300)
1 parent ee48016 commit bd21e2e

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
@@ -66,7 +65,7 @@ jobs:
6665
strategy:
6766
matrix:
6867
php-version:
69-
- "8.2"
68+
- "8.3"
7069
clickhouse-version:
7170
- "23.3"
7271
- "23.8"

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- "8.2"
18+
- "8.3"
1919

2020
steps:
2121
- name: "Checkout"

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- "8.2"
18+
- "8.3"
1919

2020
steps:
2121
- name: "Checkout code"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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",

0 commit comments

Comments
 (0)