File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.6
1
+ // swift-tools-version:5.9
2
2
//===----------------------------------------------------------------------===//
3
3
//
4
4
// This source file is part of the WebAuthn Swift open source project
@@ -18,7 +18,7 @@ import PackageDescription
18
18
let package = Package (
19
19
name: " webauthn-swift " ,
20
20
platforms: [
21
- . macOS( . v12 )
21
+ . macOS( . v13 )
22
22
] ,
23
23
products: [
24
24
. library( name: " WebAuthn " , targets: [ " WebAuthn " ] )
Original file line number Diff line number Diff line change 1
- ARG swift_version=5.7
1
+ ARG swift_version=5.9
2
2
ARG ubuntu_version=jammy
3
3
ARG base_image=swift:$swift_version-$ubuntu_version
4
4
FROM $base_image
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ version: "3"
3
3
services :
4
4
5
5
runtime-setup :
6
- image : webauthn-swift:22.04-5.7
6
+ image : webauthn-swift:22.04-5.9
7
7
build :
8
8
args :
9
9
ubuntu_version : " jammy"
10
- swift_version : " 5.7 "
10
+ swift_version : " 5.9 "
11
11
12
12
test :
13
- image : webauthn-swift:22.04-5.7
13
+ image : webauthn-swift:22.04-5.9
14
14
environment : []
15
15
# - SANITIZER_ARG=--sanitize=thread
16
16
17
17
shell :
18
- image : webauthn-swift:22.04-5.7
18
+ image : webauthn-swift:22.04-5.9
You can’t perform that action at this time.
0 commit comments