We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c53298 commit 5e190b6Copy full SHA for 5e190b6
.github/workflows/pull_request.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Test Swift ${{ matrix.swift }} Ubuntu Latest
14
strategy:
15
matrix:
16
- swift: ["6.0.3", "6.1"]
+ swift: ["6.1", "6.1.2"]
17
runs-on: ubuntu-latest
18
container: swift:${{ matrix.swift }}
19
steps:
@@ -24,7 +24,7 @@ jobs:
24
name: Test Swift ${{ matrix.swift }} macOS
25
26
27
28
runs-on: macos-15
29
30
- uses: actions/checkout@v4
0 commit comments