Skip to content

Commit

Permalink
Apply proposal, make Java 8 part of CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 26, 2023
1 parent 644ff8a commit c564c0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:

jobs:
build:
strategy:
matrix:
java-version: ['8', '11', '17']
name: Verify
uses: takari/takari-gh-actions/.github/workflows/ci.yml@v1

with:
java-version: ${{ matrix.java-version }}

0 comments on commit c564c0f

Please sign in to comment.