Skip to content

Commit 0cf8f82

Browse files
committed
Don't publish EOL ruby images
1 parent c4fd8d6 commit 0cf8f82

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ jobs:
3535
- 3.2.2
3636
- 3.2.1
3737
- 3.2.0
38-
- 3.1.7
39-
- 3.1.6
40-
- 3.1.5
41-
- 3.1.4
42-
- 3.1.3
43-
- 3.1.2
44-
- 3.1.1
45-
- 3.1.0
4638

4739
runs-on: ubuntu-latest
4840
permissions:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ the same process as for features.
3838

3939
The image is published using the [devcontainers/ci](https://github.com/devcontainers/ci) Github Action. This workflow
4040
is kicked off by the creation of a new tag on Github. Tags should be in the form `ruby-*.*.*`, where the * represent
41-
the **image version** (not the ruby version). Images will be published for all `3.*.*` ruby versions.
41+
the **image version** (not the ruby version). Images will be published for all [maintained Ruby versions](https://www.ruby-lang.org/en/downloads/).
4242

4343
## Publishing new Ruby versions
4444

0 commit comments

Comments
 (0)