Skip to content

Commit

Permalink
Run tests against Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Jul 27, 2024
1 parent f5fedf1 commit 89f9e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17]
java: [8]
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}

runs-on: ubuntu-22.04
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [21]
java: [8]
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}

runs-on: windows-2022
Expand Down

0 comments on commit 89f9e5b

Please sign in to comment.