Skip to content

Commit

Permalink
[FSSDK-9461] Bump Ruby version to 3.3 (#351)
Browse files Browse the repository at this point in the history
* add ruby 3.3.0

* add rb 3.3.0 to devcontainer.json
  • Loading branch information
Mat001 authored Jun 10, 2024
1 parent a8c3c7b commit 4142ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ruby SDK",

"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye",
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye",

"postCreateCommand": "set -e && bundle install && gem install optimizely-sdk && rake build && gem install pkg/* && gem install solargraph",

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0.0', '3.1.0', '3.2.0' ]
ruby: [ '3.0.0', '3.1.0', '3.2.0', '3.3.0' ]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit 4142ae6

Please sign in to comment.