Skip to content

Commit

Permalink
chore: drop php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Mar 22, 2024
1 parent 653347a commit 95ec7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['8.1', '8.2', '8.3']
php: ['8.2', '8.3']
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"guzzlehttp/guzzle": "^7.8.0",
"jakeasmith/http_build_url": "^1.0.1",
"league/container": "^4.2",
Expand Down

0 comments on commit 95ec7b3

Please sign in to comment.