mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
remove PHP 8
This commit is contained in:
parent
c51830feec
commit
31ab55558c
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user