diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f0df98e..9048e3b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,7 @@ jobs: - '3.1' - '3.2' - '3.3' + - '3.4' - jruby - truffleruby - truffleruby+graalvm @@ -66,6 +67,9 @@ jobs: - os: ubuntu-latest container: image: docker.io/library/ruby:3.3-alpine + - os: ubuntu-latest + container: + image: docker.io/library/ruby:3.4-alpine - os: ubuntu-latest container: image: docker.io/nixos/nix:latest