We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d3fb9 commit 6b635caCopy full SHA for 6b635ca
.github/workflows/meterian.yml
@@ -10,8 +10,6 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: swift-actions/setup-swift@v2
13
- with:
14
- swift-version: "6.0.3"
15
- name: Get swift version
16
run: swift --version
17
- name: Checkout
.github/workflows/swift-test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
image:
21
- - swift:6.0.3
+ - swift:6.1.0
22
services:
23
localstack:
24
image: localstack/localstack
0 commit comments