Skip to content

Commit

Permalink
Use JDK 17 in GHA config
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Oct 21, 2024
1 parent 4911d3e commit eec044b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
- name: Install Perl dependencies
run: cpan install "Switch" "Text::Unaccent::PurePerl"

- name: Set up JDK 14 for x64
- name: Set up JDK 17 for x64
uses: actions/setup-java@v3
with:
java-version: '14'
java-version: '17'
distribution: 'temurin'
architecture: x64

Expand Down

0 comments on commit eec044b

Please sign in to comment.