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