Skip to content

Commit

Permalink
Merge pull request #18 from doits/update_ci
Browse files Browse the repository at this point in the history
Update CI to run against newer ruby versions
  • Loading branch information
halfbyte authored Jan 8, 2025
2 parents 3f3df62 + e972258 commit ae0038f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.2', '3.3', 'head']
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'head']

steps:
- uses: ConorMacBride/install-package@v1
Expand All @@ -36,4 +36,4 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
run: bundle exec rake
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.4.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.3.5
ruby 3.4.1

0 comments on commit ae0038f

Please sign in to comment.