File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ description: 'Prepare the CI environment by installing Swift and selected JDK et
44runs :
55 using : composite
66 steps :
7+ - name : Check Swift version
8+ shell : bash
9+ run : swift -version
710 - name : Set up JDK ${{ matrix.jdk_version }}
811 uses : actions/setup-java@v4
912 with :
Original file line number Diff line number Diff line change 4545 strategy :
4646 fail-fast : true
4747 matrix :
48- swift_version : ['6.1.2']
48+ swift_version : ['6.1.2', 'nightly' ]
4949 os_version : ['jammy']
5050 jdk_vendor : ['corretto']
5151 container :
@@ -115,7 +115,7 @@ jobs:
115115 strategy :
116116 fail-fast : false
117117 matrix :
118- swift_version : ['6.1.2']
118+ swift_version : ['6.1.2', 'nightly' ]
119119 os_version : ['jammy']
120120 jdk_vendor : ['corretto']
121121 container :
@@ -185,7 +185,7 @@ jobs:
185185 strategy :
186186 fail-fast : false
187187 matrix :
188- swift_version : ['6.1.2'] # no nightly checks for macOS
188+ swift_version : ['6.1.2'] # no nightly testing on macOS
189189 os_version : ['macos']
190190 jdk_vendor : ['corretto']
191191 sample_app : [ # TODO: use a reusable-workflow to generate those names
You can’t perform that action at this time.
0 commit comments