Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed May 31, 2024
2 parents 3567f7d + c191efa commit ac76291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

env:
RUBY33: '3.3.1'
RUBY33: '3.3.2'
RUBY32: '3.2.4'
RUBY31: '3.1.6'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .ruby
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.1#2024-05-16T03:00:00.745019Z
3.3.2#2024-05-16T03:00:00.745019Z
3.2.4#2024-05-16T05:59:59.294617Z
3.1.6#2024-05-16T05:59:00.711094Z
3.1.6#2024-05-30T14:57:44.161642Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

RUBY_VER ?= 3.3.1
RUBY_VER ?= 3.3.2
RUBY_VER_MINOR := $(shell v='$(RUBY_VER)'; echo "$${v%.*}")

REGISTRY ?= docker.io
Expand Down

0 comments on commit ac76291

Please sign in to comment.