File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- # swift_version: ["5.10"]
16
- container : ["swift:5.10-jammy", "swiftlang/swift:nightly-6.0-jammy"]
15
+ swift_version : ["6.0"]
17
16
include :
18
17
- container : " swiftlang/swift:nightly-6.0-jammy"
19
18
continue-on-error : true
24
23
OPENGRAPH_ATTRIBUTEGRAPH : 0
25
24
OPENSWIFTUI_COMPATIBILITY_TEST : 0
26
25
OPENSWIFTUI_SWIFT_LOG : 1
27
- # container: swift:${{ matrix.swift_version }}-jammy
28
- container : ${{ matrix.container }}
26
+ container : swift:${{ matrix.swift_version }}-jammy
29
27
steps :
30
28
- uses : actions/checkout@v4
31
29
- name : Building and running tests in debug mode with coverage
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- swift_version : ["5.10.0-RELEASE", "6.0-SNAPSHOT-2024-08-30 -a"]
15
+ swift_version : ["5.10.0-RELEASE", "6.0-SNAPSHOT-2024-09-18 -a"]
16
16
os : [ubuntu-22.04]
17
17
extra_params : [""]
18
18
include :
19
- - swift_version : " 6.0-SNAPSHOT-2024-08-30 -a"
19
+ - swift_version : " 6.0-SNAPSHOT-2024-09-18 -a"
20
20
continue-on-error : true
21
21
runs-on : ${{ matrix.os }}
22
22
env :
You can’t perform that action at this time.
0 commit comments