Skip to content

Commit f25625d

Browse files
committed
Prepare for ruby 1.1.0 image release
1 parent 50699f8 commit f25625d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/publish-new-image-version.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,20 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
RUBY_VERSION:
15+
- 3.3.2
1516
- 3.3.1
17+
- 3.3.0
1618
- 3.2.4
19+
- 3.2.3
20+
- 3.2.1
21+
- 3.2.0
22+
- 3.1.6
1723
- 3.1.5
24+
- 3.1.4
25+
- 3.1.3
26+
- 3.1.2
27+
- 3.1.1
28+
- 3.1.0
1829

1930
runs-on: ubuntu-latest
2031
permissions:

.github/workflows/publish-new-ruby-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
image_versions:
1111
type: string
1212
required: true
13-
description: List of image versions to build. Should be an array ["ruby-0.3.0"]
13+
description: List of image versions to build. Should be an array ["ruby-1.1.0"]
1414

1515
jobs:
1616
build:

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ as comma separated arrays. For example:
4949

5050
```
5151
ruby_versions: ["3.3.1","3.2.4","3.1.5"]
52-
image_versions: ["ruby-0.3.0"]
52+
image_versions: ["ruby-1.1.0"]
5353
```

0 commit comments

Comments
 (0)