Skip to content

Commit

Permalink
Add Ruby 3.3 and 3.4 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbubane authored and zquestz committed Jan 24, 2025
1 parent 3366dcb commit dcea9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI

on: [push, pull_request]

Expand All @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', truffleruby-head]
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', truffleruby-head]

steps:
- uses: actions/checkout@v2
Expand All @@ -16,6 +16,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # 'bundle install' and cache
- name: Run specs
- name: Run specs
run: |
bundle exec rake

0 comments on commit dcea9d2

Please sign in to comment.