Skip to content

Commit 13bcdf6

Browse files
committed
chore: drop 7.3, add 8.2
1 parent 0689966 commit 13bcdf6

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: set up php
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: "8.1"
17+
php-version: "8.2"
1818
- name: install dependencies
1919
run: make install
2020
- name: lint
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
phpversion: ["7.3", "7.4", "8.0", "8.1"]
26+
phpversion: ["7.4", "8.0", "8.1", "8.2"]
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: set up php

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_G
7171

7272
## Development
7373

74-
**NOTE:** Recording VCR cassettes only works with PHP 7.3 or 7.4. Once recorded, tests can be run on PHP 7 or 8.
74+
**NOTE:** Recording VCR cassettes only works with PHP 7.4. Once recorded, tests can be run on PHP 7.4 or 8.0+.
7575

7676
```bash
7777
# Install dependencies

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"ext-curl": "*",
2222
"ext-json": "*",
23-
"php": ">=7.3",
23+
"php": ">=7.4",
2424
"guzzlehttp/guzzle": "^7.5"
2525
},
2626
"require-dev": {

composer.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)