Skip to content

Commit

Permalink
Remove support to Ruby 3.0 since it is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 23, 2024
1 parent a4d7815 commit b932ed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish-new-image-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0

runs-on: ubuntu-latest
permissions:
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ is the best place to start.

Features are released using the [devcontainers/action](https://github.com/devcontainers/action) Github Action. When
the `version` in a feature's `devcontainer-feature.json` is updated on the `main` branch, this action will publish a
new version of that feature to `ghcr.io/rails/devcontainer/features/[feature name]`.
new version of that feature to `ghcr.io/rails/devcontainer/features/[feature name]`.

## Contributing to the ruby image

Expand All @@ -48,6 +48,6 @@ manually. The workflow takes a list of a ruby versions and a list of image tags
as comma separated arrays. For example:

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

0 comments on commit b932ed0

Please sign in to comment.