Skip to content

Commit

Permalink
[OSS] Post Consul 1.15 updates (#16256)
Browse files Browse the repository at this point in the history
* chore: update dev build to 1.16

* chore(ci): add nightly 1.15 test
  • Loading branch information
DanStough authored Feb 14, 2023
1 parent dc2aa36 commit 8fbd15a
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,13 +1,13 @@
name: Nightly Test 1.11.x
name: Nightly Test 1.15.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.11.x"
BRANCH_NAME: "release-1.11.x" # Used for naming artifacts
BRANCH: "release/1.15.x"
BRANCH_NAME: "release/1.15.x" # Used for naming artifacts

jobs:
frontend-test-workspace-node:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0-dev
1.16.0-dev

0 comments on commit 8fbd15a

Please sign in to comment.