Skip to content

Commit

Permalink
chore: update version and nightly CI for 1.17 (#19208)
Browse files Browse the repository at this point in the history
Update version file to 1.18-dev, and replace 1.13 nightly test with
1.17.
  • Loading branch information
zalimeni authored Oct 13, 2023
1 parent 3d1a606 commit 9b0f4b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

name: Nightly Frontend Test 1.13.x
name: Nightly Frontend Test 1.17.x
on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch: {}

env:
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition
BRANCH: "release/1.13.x"
BRANCH_NAME: "release-1.13.x" # Used for naming artifacts
BRANCH: "release/1.17.x"
BRANCH_NAME: "release-1.17.x" # Used for naming artifacts
GOPRIVATE: github.com/hashicorp # Required for enterprise deps

jobs:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0-dev
1.18.0-dev

0 comments on commit 9b0f4b7

Please sign in to comment.