Skip to content

Commit aefe335

Browse files
committed
remove php7.4 support.
1 parent 53f88c4 commit aefe335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: ['7.4', '8.0', '8.1', '8.2']
15+
php-versions: ['8.0', '8.1', '8.2']
1616
name: PHP ${{ matrix.php-versions }} Test
1717
steps:
1818
- uses: actions/checkout@v3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A CLI tool that parses the PHP source directory and outputs PlantUML scripts.",
44
"type": "library",
55
"require": {
6-
"php" : ">=7.4",
6+
"php" : ">=8.0",
77
"symfony/finder": "^5.3",
88
"nikic/php-parser": "^4.13"
99
},

0 commit comments

Comments
 (0)