Skip to content

Commit 7f2c93c

Browse files
authored
Merge branch 'main' into dimitri/auth-data-decoding
2 parents e346a1d + e02886e commit 7f2c93c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.9
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the WebAuthn Swift open source project
@@ -18,7 +18,7 @@ import PackageDescription
1818
let package = Package(
1919
name: "webauthn-swift",
2020
platforms: [
21-
.macOS(.v12)
21+
.macOS(.v13)
2222
],
2323
products: [
2424
.library(name: "WebAuthn", targets: ["WebAuthn"])

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG swift_version=5.7
1+
ARG swift_version=5.9
22
ARG ubuntu_version=jammy
33
ARG base_image=swift:$swift_version-$ubuntu_version
44
FROM $base_image

docker/docker-compose.2204.57.yaml renamed to docker/docker-compose.2204.59.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ version: "3"
33
services:
44

55
runtime-setup:
6-
image: webauthn-swift:22.04-5.7
6+
image: webauthn-swift:22.04-5.9
77
build:
88
args:
99
ubuntu_version: "jammy"
10-
swift_version: "5.7"
10+
swift_version: "5.9"
1111

1212
test:
13-
image: webauthn-swift:22.04-5.7
13+
image: webauthn-swift:22.04-5.9
1414
environment: []
1515
#- SANITIZER_ARG=--sanitize=thread
1616

1717
shell:
18-
image: webauthn-swift:22.04-5.7
18+
image: webauthn-swift:22.04-5.9

0 commit comments

Comments
 (0)