Skip to content

Commit

Permalink
Merge pull request #1013 from abraham/php-7-3
Browse files Browse the repository at this point in the history
Remove php 7.3 support
  • Loading branch information
abraham authored Nov 25, 2021
2 parents 330532f + d63b0b6 commit 91aae97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.4', '8.0']
name: PHP ${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"singleQuote": true,
"phpVersion": "7.3",
"phpVersion": "7.4",
"trailingCommaPHP": true,
"braceStyle": "psr-2"
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
],
"require": {
"php": "^7.3 || ^7.4 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-curl": "*",
"composer/ca-bundle": "^1.2"
},
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91aae97

Please sign in to comment.