Skip to content

Commit

Permalink
Drop PHP older than 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Aug 1, 2024
1 parent e41059b commit 55dd77c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

runs-on: ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://donatstudios.com/PHP-Parser-HTTP_USER_AGENT",
"license": "MIT",
"require": {
"php": ">=5.4.0",
"php": ">=7.2.0",
"ext-ctype": "*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ parameters:
- bin
- examples
- .helpers
phpVersion: 70100
phpVersion: 70200

0 comments on commit 55dd77c

Please sign in to comment.