Skip to content

Commit

Permalink
chore(workflow): update test-add-replica-matrix to use single version
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
CoMfUcIoS committed Sep 11, 2024
1 parent e2160cb commit 26c1db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-add-replica-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
architecture: [standard, standard-with-dr, large, extra-large]
version: [2021.7.9, 2023.8.0]
version: 2023.8.0
image: [almalinux-cloud/almalinux-8]
steps:
- name: Checkout Source
Expand Down

0 comments on commit 26c1db1

Please sign in to comment.