Skip to content

Commit

Permalink
Update Ruby for Rails 8 integration
Browse files Browse the repository at this point in the history
Now that Rails 8 is out, it is showing up in our intergration test
matrix, but it only supports Ruby > 3.2.

This passes a build arg to use 3.2.6 in out integration tests.
  • Loading branch information
mec committed Dec 13, 2024
1 parent e5fc9b5 commit 012d0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rails-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
build-args: |
RAILS_VERSION=${{ matrix.rails }}
MAIL_NOTIFY_BRANCH=${{ github.ref }}
RUBY_VERSION=3.2.6
push: false
tags: mail-notify-integration-rails-${{ matrix.rails }}:latest
outputs: type=docker, dest=/tmp/rails-${{ matrix.rails }}-image.tar
Expand Down

0 comments on commit 012d0b5

Please sign in to comment.