Skip to content

Commit

Permalink
Fix: Removes java 1.13 from workflow since it is not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed May 23, 2023
1 parent a28c152 commit 6ee071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.9"]
java-version: ["11","13"]
java-version: ["11"]

steps:
# --- INSTALLATIONS ---
Expand Down

0 comments on commit 6ee071c

Please sign in to comment.