Skip to content

Commit

Permalink
Move to PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Feb 19, 2021
1 parent b727feb commit 72cbf6c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 435 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* text=auto
* eol=lf

.git export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/.github export-ignore
phpunit.xml export-ignore
CHANGELOG.md export-ignore
/tests export-ignore
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
Loading

0 comments on commit 72cbf6c

Please sign in to comment.