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 2097e7c commit bb6c27bCopy full SHA for bb6c27b
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
env:
15
JDK_VERSION: "17"
16
- GRADLE_VERSION: "7.6.3"
+ GRADLE_VERSION: "7.6.4"
17
18
steps:
19
- uses: actions/checkout@v3
@@ -46,13 +46,13 @@ jobs:
46
include:
47
48
- java: 11
49
- gradle: '7.6.3'
+ gradle: '7.6.4'
50
51
- java: 17
52
53
54
55
- gradle: '8.4'
+ gradle: '8.6'
56
57
58
TEST_ALL_CONTAINERS: ${{ matrix.container }}
0 commit comments