summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-09 23:29:08 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-09 23:47:09 -0300
commit32910268c671a4392d9c4c286646cf793a405a51 (patch)
treebc1faabde18069b3b7b89a1e8297343907b4eb92 /.github
parent3db124158ed892dee6189b3323283a54a5a7ee54 (diff)
downloadpry-32910268c671a4392d9c4c286646cf793a405a51.tar.gz
Add ruby 3.0 to the windows test matrix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a1f1253a..7a214427 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,8 +35,6 @@ jobs:
- os: windows-latest
ruby: '2.3' # Intermittent failing Expression: RBASIC_CLASS(ret) == rb_cString
- os: windows-latest
- ruby: '3.0'
- - os: windows-latest
ruby: '3.1'
runs-on: ${{ matrix.os }}