remove PHP 8

This commit is contained in:
Andy Miller 2020-12-15 09:52:42 -07:00
parent c51830feec
commit 31ab55558c
No known key found for this signature in database
GPG Key ID: 2B07A47E470BCFDE

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php: [ 8.0, 7.4, 7.3]
php: [ 7.4, 7.3]
os: [ubuntu-latest]
steps:
@ -54,7 +54,7 @@ jobs:
name: Slack
needs: unit-tests
runs-on: ubuntu-latest
if: always()
if: always()
steps:
- uses: technote-space/workflow-conclusion-action@v2
- uses: 8398a7/action-slack@v3