Skip to content

Commit a94df2d

Browse files
committed
Bump swift-nio in Package.resolved and add Android test CI
1 parent 218d7f2 commit a94df2d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
name: test-coverage-report
5757
path: .test-coverage
5858

59+
android:
60+
name: Test on Android
61+
runs-on: ubuntu-latest
62+
steps:
63+
- uses: actions/checkout@v4
64+
- name: Test
65+
uses: skiptools/swift-android-action@v2
66+
5967
backcompat-ubuntu-22_04:
6068
name: Test Swift ${{ matrix.swift }} on Ubuntu 22.04
6169
runs-on: ubuntu-22.04

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/apple/swift-collections",
1616
"state" : {
17-
"revision" : "9bf03ff58ce34478e66aaee630e491823326fd06",
18-
"version" : "1.1.3"
17+
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
18+
"version" : "1.1.4"
1919
}
2020
},
2121
{
2222
"identity" : "swift-nio",
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/apple/swift-nio.git",
2525
"state" : {
26-
"revision" : "4c4453b489cf76e6b3b0f300aba663eb78182fad",
27-
"version" : "2.70.0"
26+
"revision" : "27c839f4700069928196cd0e9fa03b22f297078a",
27+
"version" : "2.78.0"
2828
}
2929
},
3030
{

0 commit comments

Comments
 (0)