Skip to content

Commit

Permalink
➖ Drop support for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Jan 24, 2025
1 parent 7d5d3ad commit 288e32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.4, 8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2]
laravel: ['10.*', '11.*']
stability: [prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "library",
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"illuminate/support": "^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
Expand Down

0 comments on commit 288e32e

Please sign in to comment.