Skip to content

Commit b8f2652

Browse files
authored
chore(deps): require php8.3+ (#217)
1 parent bdd6bcd commit b8f2652

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ jobs:
1919
strategy:
2020
matrix:
2121
php-version:
22-
- "8.2"
2322
- "8.3"
2423
- "8.4"
2524
dependencies:
2625
- "highest"
2726
include:
2827
- dependencies: "lowest"
29-
php-version: "8.2"
28+
php-version: "8.3"
3029

3130
steps:
3231
- name: "Checkout"

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Install PHP"
2727
uses: "shivammathur/setup-php@v2"
2828
with:
29-
php-version: "8.2"
29+
php-version: "8.3"
3030
coverage: "none"
3131
extensions: "rdkafka"
3232
tools: "cs2pr, pecl"

.github/workflows/infection.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Install PHP"
3131
uses: "shivammathur/setup-php@v2"
3232
with:
33-
php-version: "8.2"
33+
php-version: "8.3"
3434
coverage: "pcov"
3535
extensions: "rdkafka"
3636

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Install PHP"
2727
uses: "shivammathur/setup-php@v2"
2828
with:
29-
php-version: "8.2"
29+
php-version: "8.3"
3030
coverage: "none"
3131
extensions: "rdkafka"
3232
tools: "cs2pr, pecl"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sort-packages": true
1919
},
2020
"require": {
21-
"php": "^8.2",
21+
"php": "^8.3",
2222
"ext-pcntl": "*",
2323
"ext-rdkafka": "^6",
2424
"psr/log": "^3",

0 commit comments

Comments
 (0)