Skip to content

Commit

Permalink
Update CI bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Sep 1, 2024
1 parent 35cd6ea commit 70fc717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
# bundler-cache: true
bundler: default
bundler: 2.5.18
ruby-version: ${{ matrix.ruby }}

- name: Install PostgreSQL 11 client
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
# bundler-cache: true
bundler: default
bundler: 2.5.18
ruby-version: ${{ matrix.ruby }}

- name: Install PostgreSQL 11 client
Expand Down

0 comments on commit 70fc717

Please sign in to comment.