Skip to content

Commit

Permalink
Merge pull request #32 from apainintheneck/add-ruby-3.3--to-ci
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI
  • Loading branch information
apainintheneck authored Feb 5, 2024
2 parents 4be2694 + 55e29c5 commit 28b523f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.1'
bundler-cache: true

- name: Outdated readme check
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
platform: ["ubuntu-latest", "macos-latest"]
ruby: [2.7, 3.0, 3.1, 3.2]
ruby: [2.7, 3.0, 3.1, 3.2, 3.3]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Git repository
Expand Down

0 comments on commit 28b523f

Please sign in to comment.