Skip to content

Commit

Permalink
Use JDK 14 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 aef3a5e commit 4911d3e
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 11 for x64
- name: Set up JDK 14 for x64
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '14'
distribution: 'temurin'
architecture: x64

Expand Down

0 comments on commit 4911d3e

Please sign in to comment.