Bump CI versions too
Some checks failed
Linting / build (pull_request) Failing after 4s
Linting / lint (pull_request) Failing after 6s

This commit is contained in:
Andrew Tomaka 2024-11-06 23:12:19 -05:00
parent dab084bc91
commit a26018285f
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.3.5
- run: |
gem install bundler
bundle install

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.3.5
- run: |
gem install bundler
bundle install