Skip to content

Commit bb6c27b

Browse files
committed
Update Gradle versions in the GitHub Actions workflow
1 parent 2097e7c commit bb6c27b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
env:
1515
JDK_VERSION: "17"
16-
GRADLE_VERSION: "7.6.3"
16+
GRADLE_VERSION: "7.6.4"
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -46,13 +46,13 @@ jobs:
4646
include:
4747

4848
- java: 11
49-
gradle: '7.6.3'
49+
gradle: '7.6.4'
5050

5151
- java: 17
52-
gradle: '7.6.3'
52+
gradle: '7.6.4'
5353

5454
- java: 17
55-
gradle: '8.4'
55+
gradle: '8.6'
5656

5757
env:
5858
TEST_ALL_CONTAINERS: ${{ matrix.container }}

0 commit comments

Comments
 (0)