Skip to content

Commit

Permalink
chore: updates for 23_16
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker committed Sep 18, 2023
1 parent 6bb1f96 commit b4f5146
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/most-recent-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Set Matrix
id: set-matrix
run: |
echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_16\"]" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/primary-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Set Matrix
id: set-matrix
run: |
echo "matrix=[\"23_14\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_16\"]" >> $GITHUB_OUTPUT
2 changes: 1 addition & 1 deletion .github/workflows/security-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/supported-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4f5146

Please sign in to comment.