Skip to content

Commit

Permalink
Merge pull request #801 from WordPress/feature/ghactions-remove-5.6.2…
Browse files Browse the repository at this point in the history
…0-build
  • Loading branch information
schlessera authored Apr 4, 2023
2 parents 779e493 + e133e15 commit 5a44c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
# Keys:
# - coverage: Whether to run the tests with code coverage.
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.3']
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.3']
coverage: [false]

include:
# Run code coverage on low/high PHP.
- php: '5.6.20'
- php: '5.6'
coverage: true
- php: '8.2'
coverage: true
Expand Down

0 comments on commit 5a44c92

Please sign in to comment.