Skip to content

Commit 1bfd1f4

Browse files
Update from hummingbird-project-template 564b9b525b04f0705e59cd1189d90eb9f6f2233b (#556)
Co-authored-by: adam-fowler <[email protected]>
1 parent f7f9b9e commit 1bfd1f4

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
timeout-minutes: 15
2020
strategy:
2121
matrix:
22-
image: ["swift:5.9", "swift:5.10", "swiftlang/swift:nightly-6.0-jammy"]
22+
image: ["swift:5.9", "swift:5.10", "swift:6.0"]
23+
2324

2425
container:
2526
image: ${{ matrix.image }}

.github/workflows/nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
image: ['nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2']
13+
1314

1415
container:
1516
image: swiftlang/swift:${{ matrix.image }}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build image
33
# ================================
4-
FROM swift:5.10 as build
4+
FROM swift:6.0 as build
55

66
WORKDIR /build
77

scripts/validate.sh

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
#!/bin/bash
22
##===----------------------------------------------------------------------===##
33
##
4+
## This source file is part of the Hummingbird server framework project
5+
##
6+
## Copyright (c) 2021-2024 the Hummingbird authors
7+
## Licensed under Apache License v2.0
8+
##
9+
## See LICENSE.txt for license information
10+
## See hummingbird/CONTRIBUTORS.txt for the list of Hummingbird authors
11+
##
12+
## SPDX-License-Identifier: Apache-2.0
13+
##
14+
##===----------------------------------------------------------------------===##
15+
##===----------------------------------------------------------------------===##
16+
##
417
## This source file is part of the SwiftNIO open source project
518
##
619
## Copyright (c) 2017-2019 Apple Inc. and the SwiftNIO project authors

0 commit comments

Comments
 (0)