Skip to content

Commit

Permalink
Remove PHP 7.1 from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olekans committed Nov 21, 2024
1 parent ec6b4fc commit 86a92ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.1"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
Expand Down

0 comments on commit 86a92ff

Please sign in to comment.