Update Ruby version to 3.3.2

Also remove support for  OSEM_RUBY_VERSION, we are going to support
one ruby version and one ruby version only now.
This commit is contained in:
Henne Vogelsang 2024-06-06 16:48:57 +02:00
parent c446375242
commit effba3382e
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
7 changed files with 12 additions and 11 deletions

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 3.3.2
bundler-cache: true
- run: bundle exec rubocop
- run: bundle exec haml-lint app/views
@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 3.3.2
bundler-cache: true
- name: Prepare spec
run: |