Skip to content

Commit

Permalink
Prepare for ruby 1.1.0 image release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed May 30, 2024
1 parent 50699f8 commit f25625d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-new-image-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,20 @@ jobs:
fail-fast: false
matrix:
RUBY_VERSION:
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.4
- 3.2.3
- 3.2.1
- 3.2.0
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0

runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-ruby-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
image_versions:
type: string
required: true
description: List of image versions to build. Should be an array ["ruby-0.3.0"]
description: List of image versions to build. Should be an array ["ruby-1.1.0"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ as comma separated arrays. For example:

```
ruby_versions: ["3.3.1","3.2.4","3.1.5"]
image_versions: ["ruby-0.3.0"]
image_versions: ["ruby-1.1.0"]
```

0 comments on commit f25625d

Please sign in to comment.