mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
Update .github/workflows/workflow.yml to test 8.0.0
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user