Skip to content

Commit db1eca9

Browse files
authored
Merge pull request #201 from wwahammy/patch-1
Update Ruby versions in GitHub Actions workflow and turn off fail-fast
2 parents 8c17436 + 57afa59 commit db1eca9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121

2222
runs-on: ubuntu-latest
2323
strategy:
24+
fail-fast: false
2425
matrix:
25-
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.4', 'jruby-10.0']
26+
ruby-version: ['3.1', '3.2', '3.3', '3.4', '4.0', 'head', 'jruby-9.4', 'jruby-10.0']
2627

2728
steps:
2829
- name: Set up Java for JRuby 10.0

0 commit comments

Comments
 (0)