Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6789ce5

Browse files
committedOct 6, 2024··
Update to Ruby 3.2.5
1 parent b496fa6 commit 6789ce5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
ruby:
45-
- ruby-3.1
45+
- ruby-3.2
4646
experimental: [false]
4747
include:
48-
- ruby: ruby-3.2
48+
- ruby: ruby-3.3
4949
experimental: true
5050

5151
services:

‎.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.4
1+
3.2.5

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1-alpine
1+
FROM ruby:3.2.5-alpine
22
MAINTAINER Kitsu, Inc.
33

44
RUN apk add --no-cache vips imagemagick git make gcc postgresql-client postgresql-dev build-base tzdata ffmpeg

0 commit comments

Comments
 (0)
Please sign in to comment.