File tree Expand file tree Collapse file tree 5 files changed +31
-41
lines changed Expand file tree Collapse file tree 5 files changed +31
-41
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ groups :
8
+ dependencies :
9
+ patterns :
10
+ - " *"
11
+ - package-ecosystem : " swift"
12
+ directory : " /"
13
+ schedule :
14
+ interval : " weekly"
15
+ open-pull-requests-limit : 6
16
+ allow :
17
+ - dependency-type : all
18
+ groups :
19
+ all-dependencies :
20
+ patterns :
21
+ - " *"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,36 +2,36 @@ name: build
2
2
3
3
on :
4
4
push :
5
- branches : [ smoke-dynamodb-3.x ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ smoke-dynamodb-3.x ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
LatestVersionBuild :
11
11
name : Swift ${{ matrix.swift }} on ${{ matrix.os }}
12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-22.04, ubuntu-20.04]
15
- swift : ["5.8 "]
15
+ swift : ["5.10 "]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
- - uses : swift-actions/setup-swift@v1.23 .0
18
+ - uses : swift-actions/setup-swift@v2.0 .0
19
19
with :
20
20
swift-version : ${{ matrix.swift }}
21
21
- uses : actions/checkout@v2
22
22
- name : Build
23
- run : swift build -c release
23
+ run : swift build -c release -Xswiftc -strict-concurrency=complete
24
24
- name : Run tests
25
25
run : swift test
26
26
OlderVersionBuild :
27
27
name : Swift ${{ matrix.swift }} on ${{ matrix.os }}
28
28
strategy :
29
29
matrix :
30
30
os : [ubuntu-20.04]
31
- swift : ["5.7.3 ", "5.6.3 "]
31
+ swift : ["5.9 ", "5.8.1 "]
32
32
runs-on : ${{ matrix.os }}
33
33
steps :
34
- - uses : swift-actions/setup-swift@v1.23 .0
34
+ - uses : swift-actions/setup-swift@v2.0 .0
35
35
with :
36
36
swift-version : ${{ matrix.swift }}
37
37
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.7
1
+ // swift-tools-version:5.8
2
2
3
3
//===----------------------------------------------------------------------===//
4
4
//
Original file line number Diff line number Diff line change 3
3
<img src =" https://github.com/swift-server-community/dynamo-db-tables/actions/workflows/swift.yml/badge.svg?branch=main " alt =" Build - Main Branch " >
4
4
</a >
5
5
<a href =" http://swift.org " >
6
- <img src =" https://img.shields.io/badge/swift-5.6 |5.7 |5.8 -orange.svg?style=flat " alt =" Swift 5.6 , 5.7 and 5.8 Tested " >
6
+ <img src =" https://img.shields.io/badge/swift-5.8 |5.9 |5.10 -orange.svg?style=flat " alt =" Swift 5.8 , 5.9 and 5.10 Tested " >
7
7
</a >
8
- <img src =" https://img.shields.io/badge/ubuntu-18.04|20.04-yellow.svg?style=flat " alt =" Ubuntu 18.04 and 20.04 Tested " >
9
- <img src =" https://img.shields.io/badge/CentOS-8-yellow.svg?style=flat " alt =" CentOS 8 Tested " >
10
- <img src =" https://img.shields.io/badge/AmazonLinux-2-yellow.svg?style=flat " alt =" Amazon Linux 2 Tested " >
8
+ <img src =" https://img.shields.io/badge/ubuntu-20.04|22.04-yellow.svg?style=flat " alt =" Ubuntu 20.04 and 22.04 Tested " >
11
9
<img src =" https://img.shields.io/badge/license-Apache2-blue.svg?style=flat " alt =" Apache 2 " >
12
10
</p >
13
11
You can’t perform that action at this time.
0 commit comments