File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,25 @@ jobs:
23
23
matrix :
24
24
os : [ubuntu-latest]
25
25
scala : [2.12.19]
26
- java : [temurin @8]
26
+ java : [zulu @8]
27
27
runs-on : ${{ matrix.os }}
28
28
steps :
29
29
- name : Checkout current branch (full)
30
30
uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
33
34
- - name : Setup Java (temurin @8)
35
- if : matrix.java == 'temurin @8'
34
+ - name : Setup Java (zulu @8)
35
+ if : matrix.java == 'zulu @8'
36
36
uses : actions/setup-java@v4
37
37
with :
38
- distribution : temurin
38
+ distribution : zulu
39
39
java-version : 8
40
40
cache : sbt
41
41
42
+ - name : Setup sbt
43
+ uses : sbt/setup-sbt@v1
44
+
42
45
- name : Check that workflows are up to date
43
46
run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
44
47
Original file line number Diff line number Diff line change 1
1
defaults : {}
2
2
queue_rules :
3
3
- name : default
4
- conditions : []
4
+ merge_conditions : []
5
5
pull_request_rules :
6
6
- name : Automatically merge successful Scala Steward PRs
7
7
conditions :
8
8
- or :
9
9
- author=scala-steward
10
10
- author=slick-scala-steward[bot]
11
11
- author=renovate[bot]
12
- - check-success=Build and Test (ubuntu-latest, 2.12.19, temurin @8)
12
+ - check-success=Build and Test (ubuntu-latest, 2.12.19, zulu @8)
13
13
actions :
14
14
queue :
15
15
name : default
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" io.github.nafg.mergify" % " sbt-mergify-github-actions" % " 0.8.2 " )
1
+ addSbtPlugin(" io.github.nafg.mergify" % " sbt-mergify-github-actions" % " 0.9.0 " )
You can’t perform that action at this time.
0 commit comments