We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfe6da commit 4a8b4ffCopy full SHA for 4a8b4ff
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: 2.6 # Not needed with a .ruby-version file
+ ruby-version: 2.7.8 # Not needed with a .ruby-version file
18
- name: Testing
19
run: |
20
make
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
ach:
4
- image: moov/ach:v1.45.1
+ image: moov/ach:v1.53.2
5
ports:
6
- "8080:8080"
7
demo:
0 commit comments