Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Nov 5, 2023
1 parent a6b7e33 commit faa62f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
ruby-version: ['3.0', '3.1', '3.2']

steps:
- name: Start Cassandra
- name: Start Cassandra v4
run: |
docker run --name cassandra -d cassandra:4
docker run --name cassandra -d -p 9042:9042 cassandra:4
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit faa62f2

Please sign in to comment.