From b4f51466cf9af0b020bb83292cb57dbd9ff41c33 Mon Sep 17 00:00:00 2001 From: Mike DeAngelo Date: Mon, 18 Sep 2023 13:37:29 -0400 Subject: [PATCH] chore: updates for 23_16 --- .github/workflows/most-recent-version.yml | 2 +- .github/workflows/primary-version.yml | 2 +- .github/workflows/security-versions.yml | 2 +- .github/workflows/supported-versions.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/most-recent-version.yml b/.github/workflows/most-recent-version.yml index ef49d1b..d89ea3f 100644 --- a/.github/workflows/most-recent-version.yml +++ b/.github/workflows/most-recent-version.yml @@ -56,4 +56,4 @@ jobs: - name: Set Matrix id: set-matrix run: | - echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"23_16\"]" >> $GITHUB_OUTPUT diff --git a/.github/workflows/primary-version.yml b/.github/workflows/primary-version.yml index e46468b..04b9031 100644 --- a/.github/workflows/primary-version.yml +++ b/.github/workflows/primary-version.yml @@ -56,4 +56,4 @@ jobs: - name: Set Matrix id: set-matrix run: | - echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"23_16\"]" >> $GITHUB_OUTPUT diff --git a/.github/workflows/security-versions.yml b/.github/workflows/security-versions.yml index 19d948f..0d5570a 100644 --- a/.github/workflows/security-versions.yml +++ b/.github/workflows/security-versions.yml @@ -47,4 +47,4 @@ jobs: - name: Set Matrix id: set-matrix run: | - echo "matrix=[\"22_12\",\"22_18\",\"23_0\",\"23_6\",\"23_10\",\"23_12\",\"23_14\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"23_0\",\"23_6\",\"23_10\",\"23_12\",\"23_14\",\"23_16\"]" >> $GITHUB_OUTPUT diff --git a/.github/workflows/supported-versions.yml b/.github/workflows/supported-versions.yml index 019f28e..c0e1fc4 100644 --- a/.github/workflows/supported-versions.yml +++ b/.github/workflows/supported-versions.yml @@ -47,4 +47,4 @@ jobs: - name: Set Matrix id: set-matrix run: | - echo "matrix=[\"23_6\",\"23_10\",\"23_12\",\"23_14\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"23_10\",\"23_12\",\"23_14\",\"23_16\"]" >> $GITHUB_OUTPUT