Skip to content

Commit

Permalink
Merge pull request #100 from atlassian/noissue/bump-kotest
Browse files Browse the repository at this point in the history
Bumping kotest to 5.6.2 and arrow kotest extensions to 1.3.3.
  • Loading branch information
diegoocampoh authored May 16, 2023
2 parents 920e69f + 0ceed12 commit 59ec7e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Setup Java"
uses: actions/setup-java@v3
with:
java-version: '11.0.9'
java-version: '17'
# Populates ARTIFACTORY_USERNAME and ARTIFACTORY_API_KEY with
# temporary username/password for publishing to packages.atlassian.com
- name: Get publish token
Expand Down

0 comments on commit 59ec7e2

Please sign in to comment.