Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hupfdule committed Jan 25, 2024
1 parent 1a902fa commit c133f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

strategy:
matrix:
java: [9, 11, 17, 20, 21-ea]
java: [9, 11, 17, 21, 22-ea]

steps:
- uses: kamiazya/setup-graphviz@v1
- uses: actions/checkout@v3
- uses: ts-graphviz/setup-graphviz@v1
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit c133f13

Please sign in to comment.