Skip to content

Commit 50f98ec

Browse files
committed
CI: Add debug version of ruby
1 parent bf3f7a3 commit 50f98ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.7 , python_architecture: x64 }
4141
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.6 , python_architecture: x64 }
4242
- { os: ubuntu-18.04 , ruby: 2.7 , python: 3.8 , python_architecture: x64 }
43+
- { os: ubuntu-20.04 , ruby: debug , python: 3.x , python_architecture: x64 }
44+
- { os: macos-latest , ruby: debug , python: 3.x , python_architecture: x64 }
4345
- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
4446
- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
4547

0 commit comments

Comments
 (0)