Skip to content

Commit 2d74740

Browse files
committed
Update tests.yml
1 parent 4efb44e commit 2d74740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
continue-on-error: ${{ matrix.failure-allowed }}
88
strategy:
99
matrix:
10-
ruby-version: ['3.2', '3.3', '3.4', '4.0']
10+
ruby-version: ['3.2', '3.3', '3.4']
1111
failure-allowed: [false]
1212
include:
13-
- ruby-version: 'truffleruby'
13+
- ruby-version: '4.0'
1414
failure-allowed: true
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)