Skip to content

Commit

Permalink
Testing GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Nov 8, 2023
1 parent a95cdc4 commit 3fa9ddb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
strategy:
matrix:
include:
- java: [8, 11, 17]
- java: 8
gradle: 7.4
- java: 11
gradle: 7.4
- java: 17
gradle: 7.4
steps:
- name: Checkout repository
Expand Down

0 comments on commit 3fa9ddb

Please sign in to comment.