Skip to content

Commit 0cf06a1

Browse files
committed
Fixes for ubuntu-22.04
1 parent f5bdb3a commit 0cf06a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ${{ matrix.operating-system }}
1818
strategy:
1919
matrix:
20-
operating-system: ["ubuntu-18.04", "ubuntu-20.04", "ubuntu-22.04", "macos-10.15", "macos-11", "macos-12"]
21-
swift-version: ["5.3.3", "5.4.3", "5.5.3", "5.6.1"]
20+
operating-system: ["ubuntu-18.04", "ubuntu-20.04", "macos-10.15", "macos-11", "macos-12"]
21+
swift-version: ["5.3.3", "5.4.3", "5.5.3", "5.6.3", "5.7.1"]
2222
include:
2323
- operating-system: "ubuntu-18.04"
2424
swift-version: "5.0.3"
@@ -32,6 +32,8 @@ jobs:
3232
swift-version: "5.1.5"
3333
- operating-system: "macos-10.15"
3434
swift-version: "5.2.5"
35+
- operating-system: "ubuntu-22.04"
36+
swift-version: "5.7.1"
3537
steps:
3638
- uses: actions/checkout@v3
3739
- uses: ./

0 commit comments

Comments
 (0)