mirror of
https://github.com/dcarbone/install-jq-action.git
synced 2026-02-12 11:06:55 +08:00
Adding 1.8.0 stuff (#20)
This commit is contained in:
2
.github/workflows/example-linux.yaml
vendored
2
.github/workflows/example-linux.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
type: string
|
||||
required: false
|
||||
description: 'Version of jq to install'
|
||||
default: '1.7'
|
||||
default: '1.7.1'
|
||||
force:
|
||||
type: boolean
|
||||
required: false
|
||||
|
||||
2
.github/workflows/example-macos.yaml
vendored
2
.github/workflows/example-macos.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
type: string
|
||||
required: false
|
||||
description: 'Version of jq to install'
|
||||
default: '1.7'
|
||||
default: '1.7.1'
|
||||
force:
|
||||
type: boolean
|
||||
required: false
|
||||
|
||||
2
.github/workflows/example-windows.yaml
vendored
2
.github/workflows/example-windows.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
type: string
|
||||
required: false
|
||||
description: 'Version of jq to install'
|
||||
default: '1.7'
|
||||
default: '1.7.1'
|
||||
force:
|
||||
type: boolean
|
||||
required: false
|
||||
|
||||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
version:
|
||||
- '1.7'
|
||||
- '1.7.1'
|
||||
- '1.8.0'
|
||||
include:
|
||||
- image: "ubuntu-latest"
|
||||
version: '1.6'
|
||||
@@ -255,6 +256,7 @@ jobs:
|
||||
- '1.6'
|
||||
- '1.7'
|
||||
- '1.7.1'
|
||||
- '1.8.0'
|
||||
name: "Test Action (Container) - (img: ${{ matrix.image }}; version: ${{ matrix.version }}; force: ${{ matrix.force }})"
|
||||
runs-on: ${{ matrix.image }}
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user