Skip to content

Commit

Permalink
Update Gradle versions in the GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-petrov committed Feb 5, 2024
1 parent 2097e7c commit bb6c27b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

env:
JDK_VERSION: "17"
GRADLE_VERSION: "7.6.3"
GRADLE_VERSION: "7.6.4"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -46,13 +46,13 @@ jobs:
include:

- java: 11
gradle: '7.6.3'
gradle: '7.6.4'

- java: 17
gradle: '7.6.3'
gradle: '7.6.4'

- java: 17
gradle: '8.4'
gradle: '8.6'

env:
TEST_ALL_CONTAINERS: ${{ matrix.container }}
Expand Down

0 comments on commit bb6c27b

Please sign in to comment.