Skip to content

Commit 8a737ce

Browse files
Update test.yml
1 parent 16ebec4 commit 8a737ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "3.2"
2727
- "jruby-9.3"
2828
- "jruby-9.4"
29-
- "truffleruby-24"
29+
- "truffleruby"
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Run tests with Ruby ${{ matrix.ruby }}

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ services:
9393
working_dir: /code
9494

9595
# https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
96-
ci-truffleruby-22:
97-
image: ghcr.io/flavorjones/truffleruby:22.3.1
96+
ci-truffleruby:
97+
image: ghcr.io/flavorjones/truffleruby:stable
9898
entrypoint: /code/ci-run.sh
9999
environment:
100100
INTEGRATION: openldap

0 commit comments

Comments
 (0)