Skip to content

Commit 8412f5a

Browse files
committed
(PUP-11049) Enable ruby 3 rspec tests
1 parent 276c678 commit 8412f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
- {os: ubuntu-18.04, ruby: 2.5}
1717
- {os: ubuntu-18.04, ruby: 2.6}
1818
- {os: ubuntu-18.04, ruby: 2.7}
19+
- {os: ubuntu-18.04, ruby: 3.0}
1920
- {os: ubuntu-18.04, ruby: jruby-9.2.9.0}
2021
- {os: windows-2016, ruby: 2.5}
2122
- {os: windows-2016, ruby: 2.6}
2223
- {os: windows-2016, ruby: 2.7}
24+
- {os: windows-2016, ruby: 3.0}
2325

2426
runs-on: ${{ matrix.cfg.os }}
2527
steps:

0 commit comments

Comments
 (0)