Skip to content

Commit

Permalink
chore(deps): require php 8.2+ (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Dec 1, 2023
1 parent 46c9fcf commit 3903e97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "highest"
include:
- dependencies: "lowest"
php-version: "8.1"
php-version: "8.2"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"
php-version: "8.2"
coverage: "none"
extensions: "rdkafka"
tools: "cs2pr, pecl"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"
php-version: "8.2"
coverage: "pcov"
extensions: "rdkafka"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"
php-version: "8.2"
coverage: "none"
extensions: "rdkafka"
tools: "cs2pr, pecl"
Expand All @@ -53,7 +53,7 @@ jobs:
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"
php-version: "8.2"
coverage: "none"
extensions: "rdkafka"
tools: "cs2pr"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sort-packages": true
},
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-pcntl": "*",
"ext-rdkafka": "^6",
"psr/log": "^1.1 || ^2 || ^3",
Expand Down

0 comments on commit 3903e97

Please sign in to comment.