Skip to content

Commit

Permalink
Merge pull request #362 from simivar/feature/drop-php-83
Browse files Browse the repository at this point in the history
Drop PHP 7.3
  • Loading branch information
veewee authored Apr 30, 2021
2 parents a7e4afd + 21f4bed commit a3faf36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.4', '8.0']
composer-options: ['', '--prefer-lowest']
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}
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 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"ext-xml": "*",
"psr/event-dispatcher": "^1.0",
Expand Down

0 comments on commit a3faf36

Please sign in to comment.