Skip to content

Commit 846ce67

Browse files
committed
Drop php support for 8.1 and below.
1 parent 419fd6f commit 846ce67

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
13+
php: [ 8.2, 8.3, 8.4 ]
1414
experimental: [ false ]
1515
include:
1616
- php: 8.2
1717
analysis: true
1818
- php: 8.3
19-
experimental: true
2019
- php: 8.4
2120
experimental: true
2221

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ only.**
1616

1717
## Requirements
1818

19-
- PHP 8.0 or later
19+
- PHP 8.2 or later
2020
- Composer with PSR-4 (PSR-0 is not supported)
2121

2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"require": {
37-
"php": "^8.0",
37+
"php": "^8.2",
3838
"nikic/php-parser": "^5.3"
3939
},
4040
"require-dev": {

0 commit comments

Comments
 (0)