We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ebec4 commit 8a737ceCopy full SHA for 8a737ce
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- "3.2"
27
- "jruby-9.3"
28
- "jruby-9.4"
29
- - "truffleruby-24"
+ - "truffleruby"
30
steps:
31
- uses: actions/checkout@v2
32
- name: Run tests with Ruby ${{ matrix.ruby }}
docker-compose.yml
@@ -93,8 +93,8 @@ services:
93
working_dir: /code
94
95
# https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
96
- ci-truffleruby-22:
97
- image: ghcr.io/flavorjones/truffleruby:22.3.1
+ ci-truffleruby:
+ image: ghcr.io/flavorjones/truffleruby:stable
98
entrypoint: /code/ci-run.sh
99
environment:
100
INTEGRATION: openldap
0 commit comments