Skip to content

Commit a954539

Browse files
committed
Drop support for php 7.2.
1 parent f6536a9 commit a954539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ 7.2, 7.3, 7.4, 8.0 ]
13+
php: [ 7.3, 7.4, 8.0 ]
1414
experimental: [ false ]
1515
include:
1616
- php: 8.0

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": "^7.2 || ^8.0",
37+
"php": "^7.3 || ^8.0",
3838
"nikic/php-parser": "^4.4"
3939
},
4040
"require-dev": {

0 commit comments

Comments
 (0)