Skip to content

Commit

Permalink
CI 일단 일정 버전에서만 돌도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seungh0 committed Jul 2, 2024
1 parent ac28b9f commit e99681d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e99681d

Please sign in to comment.