Skip to content

Commit

Permalink
drop php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Feb 16, 2025
1 parent 632e12a commit cadee6e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: [8.1, 8.2, 8.3, 8.4]
php-version: [8.2, 8.3, 8.4]
composer-stability: [prefer-lowest, prefer-stable]
operating-system:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3, 8.4]
php: [8.2, 8.3, 8.4]
os: [ubuntu-latest, windows-latest]
stability: [prefer-lowest, prefer-stable]

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ This library was created by Alex Bilbie. Find him on Twitter at [@alexbilbie](ht

The latest version of this package supports the following versions of PHP:

* PHP 8.1
* PHP 8.2
* PHP 8.3
* PHP 8.4
Expand Down
4 changes: 0 additions & 4 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ parameters:
paths:
- src
- tests
ignoreErrors:
-
message: '#Deprecated since v5.5, please use {@see self::withValidationConstraints\(\)} instead#'
reportUnmatched: false

0 comments on commit cadee6e

Please sign in to comment.