Skip to content

Commit 32afee9

Browse files
authored
Add nightly releases for lts-3.3 branch (#19987)
Closes #19079
2 parents 0bda95a + 5ff0ddc commit 32afee9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,9 @@ jobs:
613613
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
614614
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
615615
- ${{ github.workspace }}/../../cache/general:/root/.cache
616+
strategy:
617+
matrix:
618+
branch: [main, lts-3.3]
616619
needs: [test_non_bootstrapped, test, mima, community_build_a, community_build_b, community_build_c, test_sbt, test_java8]
617620
if: "(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'scala/scala3'"
618621
env:
@@ -641,6 +644,8 @@ jobs:
641644

642645
- name: Git Checkout
643646
uses: actions/checkout@v4
647+
with:
648+
ref: ${{ matrix.branch }}
644649

645650
- name: Add SBT proxy repositories
646651
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true

0 commit comments

Comments
 (0)