Update .github/workflows/workflow.yml to test 8.0.0

Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
Sora Morimoto
2020-11-25 03:58:22 +09:00
parent 4c37adc44d
commit ec47eac791

View File

@@ -2,11 +2,7 @@ name: Main workflow
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
schedule:
- cron: 0 0 * * 5
@@ -28,7 +24,7 @@ jobs:
uses: asdf-vm/actions/plugin-test@v1
with:
command: php --version
version: 7.4.12
version: 8.0.0
plugin-test-macos:
runs-on: macos-latest
@@ -49,7 +45,7 @@ jobs:
uses: asdf-vm/actions/plugin-test@v1
with:
command: php --version
version: 7.4.12
version: 8.0.0
format:
runs-on: macos-latest