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:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
version: nightly-latest
|
||||
version: stable-v2.13.4
|
||||
- os: macos-latest
|
||||
version: nightly-latest
|
||||
version: stable-v2.13.4
|
||||
- os: windows-latest
|
||||
version: nightly-latest
|
||||
version: stable-v2.13.4
|
||||
name: Resolve environment
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: "Resolve environment"
|
||||
description: "Tests that the resolve-environment action works for Go"
|
||||
versions: ["nightly-latest"]
|
||||
versions: ["stable-v2.13.4"]
|
||||
steps:
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue