diff --git a/.github/workflows/publish-new-image-version.yaml b/.github/workflows/publish-new-image-version.yaml index 51ed040..37373c6 100644 --- a/.github/workflows/publish-new-image-version.yaml +++ b/.github/workflows/publish-new-image-version.yaml @@ -12,16 +12,20 @@ jobs: fail-fast: false matrix: RUBY_VERSION: + - 3.3.1 - 3.3.0 + - 3.2.4 - 3.2.3 - 3.2.2 - 3.2.1 - 3.2.0 + - 3.1.5 - 3.1.4 - 3.1.3 - 3.1.2 - 3.1.1 - 3.1.0 + - 3.0.7 - 3.0.6 - 3.0.5 - 3.0.4