[OSS] Post Consul 1.16 updates (#17606)

* chore: update dev build to 1.17

* chore(ci): add nightly 1.16 test

Drop the oldest and add the newest running release branch to nightly
builds.
This commit is contained in:
Michael Zalimeni 2023-06-07 17:46:49 -04:00 committed by GitHub
parent 1db02a0349
commit 1e920a7f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Nightly Test 1.12.x
name: Nightly Test 1.16.x
on:
schedule:
- cron: '0 4 * * *'
@ -9,8 +9,8 @@ on:
env:
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition
BRANCH: "release/1.12.x"
BRANCH_NAME: "release-1.12.x" # Used for naming artifacts
BRANCH: "release/1.16.x"
BRANCH_NAME: "release-1.16.x" # Used for naming artifacts
jobs:
frontend-test-workspace-node:

View File

@ -1 +1 @@
1.16.0-dev
1.17.0-dev