Skip to content

Commit

Permalink
chore(deps): require php 8.1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 2, 2022
1 parent 14aeacb commit e231f2b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"
dependencies:
- "highest"
include:
- dependencies: "lowest"
php-version: "8.0"
php-version: "8.1"

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.0"
php-version: "8.1"
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.0"
php-version: "8.1"
coverage: "none"
extensions: "rdkafka"
tools: "cs2pr"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"sort-packages": true
},
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-pcntl": "*",
"ext-rdkafka": "^5 || ^6",
"psr/log": "^1.1 || ^2 || ^3",
Expand Down

0 comments on commit e231f2b

Please sign in to comment.