diff --git a/.github/workflows/most-recent-version.yml b/.github/workflows/most-recent-version.yml index e738e26..ef49d1b 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_12\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT diff --git a/.github/workflows/primary-version.yml b/.github/workflows/primary-version.yml index edbe487..e46468b 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_10\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT diff --git a/.github/workflows/security-versions.yml b/.github/workflows/security-versions.yml index 8bb9607..19d948f 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_8\",\"23_10\",\"23_12\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"22_12\",\"22_18\",\"23_0\",\"23_6\",\"23_10\",\"23_12\",\"23_14\"]" >> $GITHUB_OUTPUT diff --git a/.github/workflows/supported-versions.yml b/.github/workflows/supported-versions.yml index 92c5de7..019f28e 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_8\",\"23_10\",\"23_12\"]" >> $GITHUB_OUTPUT + echo "matrix=[\"23_6\",\"23_10\",\"23_12\",\"23_14\"]" >> $GITHUB_OUTPUT