Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Nov 20, 2024
1 parent 799d01b commit fd079d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# CI configuration
# https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven
# https://github.com/actions/setup-java

name: Java CI

Expand All @@ -13,9 +14,8 @@ jobs:
strategy:
matrix:
java:
- 11.0.21
- 17.0.9
- 21.0.1
- 11.0.24
- 21.0.5
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down

0 comments on commit fd079d8

Please sign in to comment.