Skip to content

Commit

Permalink
sort gha scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WtrLmmrs committed May 31, 2024
1 parent 1641f96 commit 2e314eb
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 @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]']
scala: ['2.13.13', '3.3.3', '2.12.18']
scala: ['2.12.18', '2.13.13', '3.3.3']
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand Down

0 comments on commit 2e314eb

Please sign in to comment.