From 723d63a832aa4e3aba4f54c2f4aae0e0f4a0b20f Mon Sep 17 00:00:00 2001 From: Reid Vandewiele Date: Thu, 24 Jun 2021 12:16:37 -0700 Subject: [PATCH] Update workflow PE defaults to latest LTS --- .github/workflows/test-install-matrix.yaml | 2 +- .github/workflows/test-install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-install-matrix.yaml b/.github/workflows/test-install-matrix.yaml index de6de924..71f2b10b 100644 --- a/.github/workflows/test-install-matrix.yaml +++ b/.github/workflows/test-install-matrix.yaml @@ -27,7 +27,7 @@ jobs: - large - extra-large-with-dr version: - - 2019.8.5 + - 2019.8.7 image: - centos-7 diff --git a/.github/workflows/test-install.yaml b/.github/workflows/test-install.yaml index 8383a89a..20aefb18 100644 --- a/.github/workflows/test-install.yaml +++ b/.github/workflows/test-install.yaml @@ -15,7 +15,7 @@ on: version: description: 'PE version to install' required: true - default: '2019.8.5' + default: '2019.8.7' ssh-debugging: description: 'Boolean; whether or not to pause for ssh debugging' required: true