Skip to content

Commit 4142ae6

Browse files
authored
[FSSDK-9461] Bump Ruby version to 3.3 (#351)
* add ruby 3.3.0 * add rb 3.3.0 to devcontainer.json
1 parent a8c3c7b commit 4142ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ruby SDK",
33

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

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

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
ruby: [ '3.0.0', '3.1.0', '3.2.0' ]
28+
ruby: [ '3.0.0', '3.1.0', '3.2.0', '3.3.0' ]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)