diff --git a/.github/workflows/ci-client.yml b/.github/workflows/ci-client.yml index 3d946bb3..88402fd7 100644 --- a/.github/workflows/ci-client.yml +++ b/.github/workflows/ci-client.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 14, 16, 18 ] + node: [ 18 ] # TODO: Add 14, 16 steps: - name: checkout@v4 uses: actions/checkout@v4 diff --git a/.github/workflows/ci-server.yml b/.github/workflows/ci-server.yml index 71d24a93..ee521e43 100644 --- a/.github/workflows/ci-server.yml +++ b/.github/workflows/ci-server.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - cassandra-version: [ '4.0', '4.1', '5.0' ] + cassandra-version: [ '4.0', '4.1', '5.0' ] # TODO: Add 3.11 steps: - name: checkout@v4 uses: actions/checkout@v4