Skip to content

Commit

Permalink
feat(core): set minimum PHP Version 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Feb 8, 2021
1 parent b7505a3 commit 64855c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['7.3', '7.4', '8.0']
php: ['7.4', '8.0']
dependency-version: [prefer-lowest, prefer-stable]

steps:
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install PHP 7 dependencies
run: composer update --dev --${{ matrix.dependency-version }} --no-interaction --no-progress
if: "matrix.php < 8"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0"
"php": "^7.4 || ^8.0"
},
"autoload":{
"psr-4": {
Expand Down

0 comments on commit 64855c2

Please sign in to comment.