Skip to content

Commit

Permalink
chore: update for 23.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-looker committed Aug 9, 2023
1 parent b56a223 commit 4770d15
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_12\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_14\"]" >> $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_10\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_14\"]" >> $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_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
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_8\",\"23_10\",\"23_12\"]" >> $GITHUB_OUTPUT
echo "matrix=[\"23_6\",\"23_10\",\"23_12\",\"23_14\"]" >> $GITHUB_OUTPUT

0 comments on commit 4770d15

Please sign in to comment.