Skip to content

Commit d3aceb6

Browse files
committed
Bump truffleruby to 24.0.0 to get support for endless methods
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 74ff794 commit d3aceb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# Only the latest versions of JRuby and TruffleRuby are tested
21-
ruby: ["3.0", "3.1", "3.2", "3.3", "truffleruby-23.1.1", "jruby-9.4.5.0"]
21+
ruby: ["3.0", "3.1", "3.2", "3.3", "truffleruby-24.0.0", "jruby-9.4.5.0"]
2222
operating-system: [ubuntu-latest]
2323
experimental: [No]
2424
include:
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout Code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
- name: Setup Ruby
4444
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)