Skip to content

Commit

Permalink
Fix attempt: Switch to most recent ruby/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AidenEscamilla committed Feb 6, 2024
1 parent 17c2944 commit e6f87e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
POSTGRES_PASSWORD: postgres
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec rake

- name: Install dependent libraries
run: sudo apt-get install libpq-dev
Expand Down

0 comments on commit e6f87e7

Please sign in to comment.