Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomykala committed Sep 5, 2023
1 parent 5053d0e commit 206dfdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- uses: graalvm/setup-graalvm@v1
name: "Install GraalVM"
with:
version: '22.3.1'
java-version: '17'
version: '22.3.2'
java-version: '17.0.7'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install-execute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ macos-10.15, macos-11, macos-12,ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
version: [ '2.3', '2.2', '2.1', '2.0' ]
version: [ '2.4', '2.3', '2.2', '2.1', '2.0' ]
steps:
- uses: actions/checkout@v3
- name: Test on ${{ matrix.os }}
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ windows-2019, windows-2022 ]
version: [ '2.3', '2.2', '2.1', '2.0' ]
version: [ '2.4', '2.3', '2.2', '2.1', '2.0' ]
steps:
- uses: actions/checkout@v3
- name: Test on ${{ matrix.os }}
Expand Down

0 comments on commit 206dfdd

Please sign in to comment.