Skip to content

Commit

Permalink
chore(deps): require php 8.1+ (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Mar 12, 2023
1 parent 2169dde commit 72ab99e
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
Expand Up @@ -18,14 +18,13 @@ jobs:
strategy:
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"
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 @@ -27,7 +27,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",
"simpod/kafka": "^0.2.0",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
Expand Down

0 comments on commit 72ab99e

Please sign in to comment.