Skip to content

Commit 6cf7e17

Browse files
committed
Update integration test Ruby version
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.
1 parent 95f57cd commit 6cf7e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rails-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
build-args: |
4343
RAILS_VERSION=${{ matrix.rails }}
4444
MAIL_NOTIFY_BRANCH=${{ github.head_ref || github.ref_name }}
45+
RUBY_VERSION=3.2.6
4546
push: false
4647
tags: mail-notify-integration-rails-${{ matrix.rails }}:latest
4748
outputs: type=docker, dest=/tmp/rails-${{ matrix.rails }}-image.tar

0 commit comments

Comments
 (0)