File tree Expand file tree Collapse file tree 2 files changed +21
-23
lines changed
Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 1- # This file was autogenerated using `zio-sbt-ci` plugin via `sbt ciGenerateGithubWorkflow`
2- # task and should be included in the git repository. Please do not edit it manually.
1+ # This file was automatically generated by sbt-github-actions using the
2+ # githubWorkflowGenerate task. You should add and commit this file to
3+ # your git repository. It goes without saying that you shouldn't edit
4+ # this file by hand! Instead, if you wish to make changes, you should
5+ # change your sbt build configuration to revise the workflow description
6+ # to meet your needs, then regenerate this file.
37
4- name : CI
5- env :
6- JDK_JAVA_OPTIONS : -XX:+PrintCommandLineFlags -Xms6G -Xmx6G -Xss4M -XX:+UseG1GC
7- ' on ' :
8- workflow_dispatch : {}
9- release :
10- types :
11- - published
12- push :
13- branches :
14- - series/2.x
8+ name : Continuous Integration
9+
10+ on :
1511 pull_request :
16- branches-ignore :
17- - gh-pages
18- concurrency :
19- group : ${{ github.workflow }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.run_id || github.ref }}
20- cancel-in-progress : true
12+ branches : ['**']
13+ push :
14+ branches : ['**']
15+
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+
2119jobs :
2220 build :
2321 name : Build
@@ -76,11 +74,11 @@ jobs:
7674 runs-on : ubuntu-latest
7775 continue-on-error : false
7876 strategy :
79- fail-fast : false
8077 matrix :
81- java :
82- - ' 17'
83- - ' 21'
78+ os : [ubuntu-latest]
79+ scala : [3.3.7, 2.13.17]
80+ java : [zulu@8]
81+ runs-on : ${{ matrix.os }}
8482 steps :
8583 - name : Install libuv
8684 run : sudo apt-get update && sudo apt-get install -y libuv1-dev
Original file line number Diff line number Diff line change 11val mainScala = " 2.13.17"
2- val allScala = Seq (" 3.3.6 " , " 2.13.17" )
2+ val allScala = Seq (" 3.3.7 " , " 2.13.17" )
33val zioVersion = " 2.1.23"
44val zioAwsVersion = " 7.38.9.1"
55val elasticMqVersion = " 1.6.15"
You can’t perform that action at this time.
0 commit comments