Skip to content

Commit 6892620

Browse files
committed
disable python/truffleruby/ruby 2 tests
1 parent ddba06e commit 6892620

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby:
19-
- '2.7'
2019
- '3.0'
2120
- '3.1'
2221
- '3.2'
23-
- '3.3.0'
24-
- 'truffleruby'
22+
- '3.3'
23+
- '3.4'
24+
## - 'truffleruby'
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: Install deps
@@ -53,6 +53,7 @@ jobs:
5353
RUBYOPT: "-W0"
5454

5555
python-tests:
56+
if: false # Disable python tests
5657
runs-on: ubuntu-latest
5758

5859
strategy:

0 commit comments

Comments
 (0)