Skip to content

Commit

Permalink
Add ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 8, 2024
1 parent d8530fd commit 2f95599
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ DB_ADAPTER=postgresql

# Linux (uid 1000 gid 1000)

RUBY_TAG=3.2-dev-0.21.0
RUBY_TAG=3.3-dev-0.21.0
#RUBY_TAG=3.2-dev-0.21.0
#RUBY_TAG=3.1-dev-0.21.0
#RUBY_TAG=3.0-dev-0.21.0

# macOS (uid 501 gid 20)

#RUBY_TAG=3.3-dev-macos-0.21.0
#RUBY_TAG=3.2-dev-macos-0.21.0
#RUBY_TAG=3.1-dev-macos-0.21.0
#RUBY_TAG=3.0-dev-macos-0.21.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
strategy:
matrix:
version: [ '3.2','3.1','3.0' ]
version: [ '3.3','3.2','3.1','3.0' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include docker.mk

.PHONY: test

RUBY_VER ?= 3.2
RUBY_VER ?= 3.3

test:
cd ./tests && RUBY_VER=$(RUBY_VER) ./run.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Ruby stack consist of the following containers:
| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-----------------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24 | [wodby/nginx] |||
| [Ruby] | 3.2, 3.1, 3.0 | [wodby/ruby] |||
| [Ruby] | 3.3, 3.2, 3.1, 3.0 | [wodby/ruby] |||
| [Sidekiq] | | [wodby/ruby] || |
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] |||
| [Redis] | 7, 6 | [wodby/redis] |||
Expand Down

0 comments on commit 2f95599

Please sign in to comment.