Skip to content

Commit

Permalink
Adjusted Java versions for Windows in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jadsonbr committed Dec 19, 2023
1 parent 90178e9 commit 62109c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
java-version: ['11.0.21+9', '16.0.2+7', '17.0.9+9', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.0.LTS']
java-version: ['11.0.20+101', '16.0.2+7', '17.0.9+9.1', '18.0.2+101', '19.0.2+7', '20.0.2+9', '21.0.1+12.1.LTS']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
Expand Down

0 comments on commit 62109c9

Please sign in to comment.