Skip to content

Commit

Permalink
Update integration test Ruby version
Browse files Browse the repository at this point in the history
Rails 8 is now showing up in our integration test matrix and only
supports Ruby > 3.2.

This work updates Ruby for these tests, we still run unit tests against
older Ruby versions.
  • Loading branch information
mec committed Dec 13, 2024
1 parent 95f57cd commit 6cf7e17
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.head_ref || github.ref_name }}
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 6cf7e17

Please sign in to comment.