Skip to content

Commit

Permalink
ci(objectionary#909): remove java 8; add puzzle to bring it back
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Dec 18, 2024
1 parent c3f5fd6 commit ffa2e4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/maven.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, macos-14, windows-2022 ]
java: [ 8, 11, 21 ]
# @todo #909:60min Add 8 version of Java to matrix.
# For now we're getting an infinite qulice check on
# Java 8. To fix this you need to set Java 8 version
# in your Maven configuration, after that you need to
# run `mvn clean install -Pqulice`.
java: [ 11, 21 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ffa2e4e

Please sign in to comment.