Skip to content

Commit ca85ab5

Browse files
committedMar 22, 2024··
chore: drop php 8.1 support
1 parent 653347a commit ca85ab5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: ['8.1', '8.2', '8.3']
12+
php: ['8.2', '8.3']
1313
dependency-version: [prefer-lowest, prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
13+
"php": "~8.2.0 || ~8.3.0",
1414
"guzzlehttp/guzzle": "^7.8.0",
1515
"jakeasmith/http_build_url": "^1.0.1",
1616
"league/container": "^4.2",

‎composer.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.