Skip to content

Commit f8541d4

Browse files
authored
Merge pull request #101 from Watson1978/ci
ci: fix the Ruby version to run the tests
2 parents 9297c68 + e0d72e0 commit f8541d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ruby:
12-
- '2.7'
13-
- '3.0'
14-
- '3.1'
1512
- '3.2'
13+
- '3.3'
14+
- '3.4'
1615
os:
1716
- ubuntu-latest
1817
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}

0 commit comments

Comments
 (0)