Skip to content

Commit

Permalink
Fixed missing matrix declaration in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardtok committed Jan 2, 2024
1 parent 8cac4fe commit 0d59d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
name: Runs tests
runs-on: ubuntu-latest
strategy:
java-version: [8,11,17,21]
matrix:
java-version: [8,11,17,21]

steps:
- name: Checkout code
Expand Down

0 comments on commit 0d59d88

Please sign in to comment.