Skip to content

Commit cadee6e

Browse files
drop php 8.1
1 parent 632e12a commit cadee6e

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: [8.1, 8.2, 8.3, 8.4]
15+
php-version: [8.2, 8.3, 8.4]
1616
composer-stability: [prefer-lowest, prefer-stable]
1717
operating-system:
1818
- ubuntu-latest

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [8.1, 8.2, 8.3, 8.4]
14+
php: [8.2, 8.3, 8.4]
1515
os: [ubuntu-latest, windows-latest]
1616
stability: [prefer-lowest, prefer-stable]
1717

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ This library was created by Alex Bilbie. Find him on Twitter at [@alexbilbie](ht
3232

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

35-
* PHP 8.1
3635
* PHP 8.2
3736
* PHP 8.3
3837
* PHP 8.4

phpstan.neon.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ parameters:
33
paths:
44
- src
55
- tests
6-
ignoreErrors:
7-
-
8-
message: '#Deprecated since v5.5, please use {@see self::withValidationConstraints\(\)} instead#'
9-
reportUnmatched: false

0 commit comments

Comments
 (0)