Use stable-v2.13.4 for integration test
This commit is contained in:
parent
eb9703ee74
commit
7e5bafcdb5
2 changed files with 4 additions and 4 deletions
6
.github/workflows/__resolve-environment-action.yml
generated
vendored
6
.github/workflows/__resolve-environment-action.yml
generated
vendored
|
|
@ -26,11 +26,11 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
version: nightly-latest
|
version: stable-v2.13.4
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
version: nightly-latest
|
version: stable-v2.13.4
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
version: nightly-latest
|
version: stable-v2.13.4
|
||||||
name: Resolve environment
|
name: Resolve environment
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: "Resolve environment"
|
name: "Resolve environment"
|
||||||
description: "Tests that the resolve-environment action works for Go"
|
description: "Tests that the resolve-environment action works for Go"
|
||||||
versions: ["nightly-latest"]
|
versions: ["stable-v2.13.4"]
|
||||||
steps:
|
steps:
|
||||||
- uses: ./../action/init
|
- uses: ./../action/init
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue