Skip to content

Commit 5e190b6

Browse files
committed
ci: remove swift 6.0.3 add 6.1.2 to runners
1 parent 4c53298 commit 5e190b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test Swift ${{ matrix.swift }} Ubuntu Latest
1414
strategy:
1515
matrix:
16-
swift: ["6.0.3", "6.1"]
16+
swift: ["6.1", "6.1.2"]
1717
runs-on: ubuntu-latest
1818
container: swift:${{ matrix.swift }}
1919
steps:
@@ -24,7 +24,7 @@ jobs:
2424
name: Test Swift ${{ matrix.swift }} macOS
2525
strategy:
2626
matrix:
27-
swift: ["6.0.3", "6.1"]
27+
swift: ["6.1", "6.1.2"]
2828
runs-on: macos-15
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)