Skip to content

Commit

Permalink
☔ Add JVM 8 back to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Nov 18, 2023
1 parent c121135 commit f3f5c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
java-version: [ 11, 17, 21 ] # Note: pbr (via lice-comb) no longer supports JDK 8
java-version: [ 8, 11, 17, 21 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f3f5c0f

Please sign in to comment.