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 0506561 commit ae80114Copy full SHA for ae80114
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: ci
2
on: [ push, pull_request ]
3
jobs:
4
- deploy:
+ ci:
5
runs-on: ubuntu-20.04
6
steps:
7
- uses: actions/checkout@v1
buildSrc/src/main/kotlin/Versions.kt
@@ -37,7 +37,7 @@ object Versions {
37
val guava = "26.0-jre"
38
val rsync4j = "3.1.2-12"
39
val sshj = "0.26.0"
40
- val testContainers = "1.15.0-rc2"
+ val testContainers = "1.15.3"
41
val jupiterEngine = "5.1.0"
42
val jansi = "1.17.1"
43
val scalr = "4.2"
0 commit comments