Skip to content

Commit d993d2b

Browse files
authored
Add CI for 6.1. (#72)
1 parent 06892bd commit d993d2b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
LatestVersionBuild:
10+
BuildAndTest:
1111
name: Image ${{ matrix.image }}
1212
strategy:
1313
matrix:
14-
image: ["swift:6.0.0-noble", "swift:6.0.0-jammy"]
14+
image: ["swift:6.1.0-noble", "swift:6.1.0-jammy", "swift:6.0.0-noble"]
1515
runs-on: ubuntu-latest
1616
container:
1717
image: ${{ matrix.image }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ build
33
.build/
44
.swiftpm/
55
*.xcodeproj
6+
.swift-version
67
*~

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://github.com/swift-server-community/dynamo-db-tables/actions/workflows/swift.yml/badge.svg?branch=main" alt="Build - Main Branch">
44
</a>
55
<a href="http://swift.org">
6-
<img src="https://img.shields.io/badge/swift-6.0-orange.svg?style=flat" alt="Swift 6.0 Compatible and Tested">
6+
<img src="https://img.shields.io/badge/swift-6.1|6.0-orange.svg?style=flat" alt="Swift 6.1 and 6.0 Compatible and Tested">
77
</a>
88
<img src="https://img.shields.io/badge/ubuntu-22.04|24.04-yellow.svg?style=flat" alt="Ubuntu 22.04 and 24.04 Tested">
99
<img src="https://img.shields.io/badge/license-Apache2-blue.svg?style=flat" alt="Apache 2">

0 commit comments

Comments
 (0)