File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ jobs:
11
11
matrix :
12
12
# https://github.com/actions/virtual-environments
13
13
os : [macos-latest, ubuntu-latest]
14
+ swift-version : ['6.0', '6.1']
14
15
runs-on : ${{ matrix.os }}
15
16
steps :
16
17
- uses : actions/checkout@v4
17
- - uses : swift-actions /setup-swift@v2
18
+ - uses : fwal /setup-swift@v2
18
19
with :
19
- swift-version : " 6.0 "
20
+ swift-version : ${{ matrix.swift-version }}
20
21
- name : Echo Swift version
21
22
run : swift --version
22
23
- name : Check a Release build
@@ -27,12 +28,13 @@ jobs:
27
28
matrix :
28
29
# https://github.com/actions/virtual-environments
29
30
os : [macos-latest, ubuntu-latest]
31
+ swift-version : ['6.0', '6.1']
30
32
runs-on : ${{ matrix.os }}
31
33
steps :
32
34
- uses : actions/checkout@v4
33
- - uses : swift-actions /setup-swift@v2
35
+ - uses : fwal /setup-swift@v2
34
36
with :
35
- swift-version : " 6.0 "
37
+ swift-version : ${{ matrix.swift-version }}
36
38
- name : Echo Swift version
37
39
run : swift --version
38
40
- name : Test
You can’t perform that action at this time.
0 commit comments