Skip to content

Commit dcea9d2

Browse files
tejasbubanezquestz
authored andcommitted
Add Ruby 3.3 and 3.4 to CI matrix
1 parent 3366dcb commit dcea9d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: CI
22

33
on: [push, pull_request]
44

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

1212
steps:
1313
- uses: actions/checkout@v2
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
ruby-version: ${{ matrix.ruby-version }}
1818
bundler-cache: true # 'bundle install' and cache
19-
- name: Run specs
19+
- name: Run specs
2020
run: |
2121
bundle exec rake

0 commit comments

Comments
 (0)