Skip to content

Commit 8e894fe

Browse files
authored
Merge pull request #89 from tomykaira/ruby_3.4
CI against for Ruby 3.3 and 3.4
2 parents 0be3f8f + f2bd65e commit 8e894fe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
14+
ruby-version:
15+
- '2.6'
16+
- '2.7'
17+
- '3.0'
18+
- '3.1'
19+
- '3.2'
20+
- '3.3'
21+
- '3.4'
1522

1623
steps:
1724
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)