Skip to content

Commit 935afbf

Browse files
committed
ci: run tests with more CRDB versions
1 parent e55404b commit 935afbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
fail-fast: false
261261
matrix:
262262
datastore: ["crdb"]
263-
crdbversion: ["24.3.6", "25.1.0", "25.2.0"]
263+
crdbversion: ["24.3.6", "25.2.0", "25.3.0"]
264264
steps:
265265
- uses: "actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
266266
if: |
@@ -295,7 +295,7 @@ jobs:
295295
fail-fast: false
296296
matrix:
297297
datastore: ["crdb"]
298-
crdbversion: ["24.3.6", "25.1.0", "25.2.0"]
298+
crdbversion: ["24.3.6", "25.2.0", "25.3.0"]
299299
steps:
300300
- uses: "actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
301301
if: |

0 commit comments

Comments
 (0)