Skip to content

Commit 7dcc4da

Browse files
committed
Add Java 26 to test matrix
1 parent 4fd8090 commit 7dcc4da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
target: ['test:jruby:int', 'spec:ruby:fast', 'spec:ji', 'spec:ffi', 'test:mri:core:jit', 'test:mri:extra', 'spec:ruby:fast:jit', 'test:mri:stdlib', 'spec:ruby:slow', 'spec:ruby:debug', 'test:jruby:aot', 'test:slow_suites', 'spec:compiler', 'spec:regression', 'spec:jrubyc', 'spec:profiler']
19-
java-version: ['21', '25']
19+
java-version: ['21', '25', '26']
2020
fail-fast: false
2121

2222
name: rake ${{ matrix.target }} (Java ${{ matrix.java-version }})
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
target: ['spec:jruby']
4848
platform: ['ubuntu-latest', 'macos-latest']
49-
java-version: ['21', '25']
49+
java-version: ['21', '25', '26']
5050
fail-fast: false
5151

5252
name: rake ${{ matrix.target }} (Java ${{ matrix.java-version }})
@@ -128,7 +128,7 @@ jobs:
128128
strategy:
129129
matrix:
130130
target: ['test:mri:core:jit', 'test:jruby:jit', 'spec:compiler', 'spec:ruby:fast:jit', 'spec:ji']
131-
java-version: ['21', '25']
131+
java-version: ['21', '25', '26']
132132
fail-fast: false
133133

134134
name: rake ${{ matrix.target }} (Java ${{ matrix.java-version }} -indy)

0 commit comments

Comments
 (0)