File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- go : [ '1.19 ', '1.20 ' ]
19+ go : [ '1.22 ', '1.23 ' ]
2020 steps :
2121 - uses : actions/checkout@v3
2222 - uses : actions/setup-go@v4
3434 strategy :
3535 fail-fast : false
3636 matrix :
37- go : [ '1.19 ', '1.20 ' ]
38- cassandra_version : [ '4.0.8 ', '4.1.1 ' ]
37+ go : [ '1.22 ', '1.23 ' ]
38+ cassandra_version : [ '4.0.13 ', '4.1.6 ' ]
3939 auth : [ "false" ]
4040 compressor : [ "snappy" ]
4141 tags : [ "cassandra", "integration", "ccm" ]
@@ -125,8 +125,8 @@ jobs:
125125 strategy :
126126 fail-fast : false
127127 matrix :
128- go : [ '1.19 ', '1.20 ' ]
129- cassandra_version : [ '4.0.8 ' ]
128+ go : [ '1.22 ', '1.23 ' ]
129+ cassandra_version : [ '4.0.13 ' ]
130130 compressor : [ "snappy" ]
131131 tags : [ "integration" ]
132132
You can’t perform that action at this time.
0 commit comments