We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc74e65 commit 6cb140fCopy full SHA for 6cb140f
2 files changed
.github/workflows/test-external.yaml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ubuntu-latest]
14
- ruby: ['3.3', '3.4']
+ ruby: ['3.3', '3.4', '4.0']
15
16
runs-on: ${{matrix.os}}
17
env:
.github/workflows/test.yaml
@@ -22,12 +22,13 @@ jobs:
22
- '3.2'
23
- '3.3'
24
- '3.4'
25
+ - '4.0'
26
- ruby-head
27
- jruby-head
28
- truffleruby-head
29
include:
30
- os: macos-latest
- ruby: '3.1'
31
+ ruby: '4.0'
32
33
34
CI: spec
0 commit comments