Skip to content

Commit abb292d

Browse files
authored
Merge pull request #39 from mattpolzin/update-dependencies
Update dependencies
2 parents 398e700 + 449d774 commit abb292d

File tree

4 files changed

+153
-89
lines changed

4 files changed

+153
-89
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
image:
1616
- swift:5.9-focal
1717
- swift:5.9-jammy
18-
- swift:5.9-amazonlinux2
18+
- swift:5.10-focal
19+
- swift:5.10-jammy
1920
container: ${{ matrix.image }}
2021
steps:
2122
- name: Checkout code

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM swift:5.9 as builder
2+
FROM swift:5.9 AS builder
33

44
# Install OS updates and, if needed, sqlite3
55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \

0 commit comments

Comments
 (0)