Skip to content

Commit 38961cb

Browse files
committed
chore(workflow): update test-add-replica-matrix to use single version
- Removed version `2021.7.9` from the matrix, leaving only `2023.8.0`. This change simplifies the testing matrix by focusing on the latest version.
1 parent d9c5b34 commit 38961cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-add-replica-matrix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
architecture: [standard, standard-with-dr, large, extra-large]
39-
version: [2021.7.9, 2023.8.0]
39+
version: 2023.8.0
4040
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source

0 commit comments

Comments
 (0)