Skip to content

Commit

Permalink
NEVISACCESSAPP-6211: Update GitHub Actions to also use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs-gerlei committed Sep 23, 2024
1 parent ba9cf90 commit 17e9c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

env:
JAVA_VERSION: '11'
JAVA_VERSION: '17'
RUBY_VERSION: '3.0'
CURRENT_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened, edited, synchronize, reopened]

env:
JAVA_VERSION: '11'
JAVA_VERSION: '17'
RUBY_VERSION: '3.0'

jobs:
Expand Down

0 comments on commit 17e9c0e

Please sign in to comment.