Update to Ruby 3.3.6 #44

Merged
atomaka merged 13 commits from ruby-336 into main 2024-11-26 23:43:58 -05:00
Showing only changes of commit e7a4843072 - Show all commits

View file

@ -9,6 +9,7 @@ jobs:
deploy:
runs-on: cth-ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Read .ruby-version file
id: ruby
run: echo "version=$(cat .ruby-version)" >> $GITHUB_OUTPUT