Skip to content

Commit 54224d1

Browse files
authored
chore(deps): require php8.3+ (#113)
1 parent c1bd31b commit 54224d1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
strategy:
1919
matrix:
2020
php-version:
21-
- "8.2"
2221
- "8.3"
22+
- "8.4"
2323
dependencies:
2424
- "highest"
2525
include:
2626
- dependencies: "lowest"
27-
php-version: "8.2"
27+
php-version: "8.3"
2828

2929
steps:
3030
- 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
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Install PHP"
2828
uses: "shivammathur/setup-php@v2"
2929
with:
30-
php-version: "8.2"
30+
php-version: "8.3"
3131
coverage: "pcov"
3232
extensions: "rdkafka"
3333

.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
"simpod/kafka": "^0.2.0",
2323
"symfony/config": "^6.4 || ^7.0",
2424
"symfony/console": "^6.4 || ^7.0",

0 commit comments

Comments
 (0)