Skip to content

Commit c963893

Browse files
authored
swift 6.2 (#84)
1 parent f60224d commit c963893

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/api-breakage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 15
1010
container:
11-
image: swift:6.0
11+
image: swift:6.2
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

.github/workflows/ci-embedded.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 15
1717
strategy:
1818
matrix:
19-
image: ["swiftlang/swift:nightly-main"]
19+
image: ["swift:6.2"]
2020

2121
container:
2222
image: ${{ matrix.image }}

.github/workflows/ci-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 15
2020
strategy:
2121
matrix:
22-
image: ["swift:5.10", "swift:6.0"]
22+
image: ["swift:5.10", "swift:6.2"]
2323

2424
container:
2525
image: ${{ matrix.image }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 15
1717
strategy:
1818
matrix:
19-
image: ["swift:5.10", "swift:6.0", "swift:6.1"]
19+
image: ["swift:5.10", "swift:6.0", "swift:6.1", "swift:6.2"]
2020

2121
container:
2222
image: ${{ matrix.image }}

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 15
1616
strategy:
1717
matrix:
18-
image: ["swift:6.1"]
18+
image: ["swift:6.2"]
1919

2020
container:
2121
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)