Skip to content

Commit

Permalink
fix scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goshacodes committed Aug 28, 2024
1 parent 39f6da9 commit e289c51
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Scala CI
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]

Expand All @@ -13,12 +14,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.19, 2.13.12, 3.3.0]
scala: [2.12.19, 2.13.14, 3.3.0]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand All @@ -32,11 +33,11 @@ jobs:
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit e289c51

Please sign in to comment.