Skip to content

Commit

Permalink
Test with new Rubies (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamniedzielski committed Jun 14, 2024
1 parent 7fe42d7 commit 294607f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
ruby:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
backend:
- active_record
- mongoid
exclude:
- gemfile: rails6.1
ruby: "3.1"
name: ${{ matrix.gemfile }}, ruby ${{ matrix.ruby }}, ${{ matrix.backend }}
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1-alpine
FROM ruby:3.3-alpine

RUN apk add build-base sqlite-dev tzdata git bash
RUN gem update --system && gem install bundler
Expand Down

0 comments on commit 294607f

Please sign in to comment.