Skip to content

Commit

Permalink
feat: adds ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pftg authored Jul 12, 2024
1 parent e931959 commit 70138f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-cimg-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Create & Publish jetthoughts/cimg-ruby to DockerHub & GitHubCR
on:
pull_request:
paths:
- cimg-ruby/Dockerfile
- 'cimg-ruby/**'
workflow_dispatch:
push:
paths:
- cimg-ruby/Dockerfile
- 'cimg-ruby/**'
branches:
- master
- support-more-rubies
Expand All @@ -21,7 +21,7 @@ jobs:
build-and-push-image:
strategy:
matrix:
version: [ "3.2", "3.1" ]
version: [ "3.3", "3.2", "3.1" ]

runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 70138f6

Please sign in to comment.