Skip to content

Commit 06391c5

Browse files
committed
ci: add swift 6.2 to ci
1 parent 7084265 commit 06391c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
Lint:
77
runs-on: macos-15
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: SwiftFormat
1111
run: swiftformat --lint --strict . --reporter github-actions-log
1212
test-ubuntu-latest:
1313
name: Test Swift ${{ matrix.swift }} Ubuntu Latest
1414
strategy:
1515
matrix:
16-
swift: ["6.1", "6.1.2"]
16+
swift: ["6.1.2", "6.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.1", "6.1.2"]
27+
swift: ["6.1.2", "6.2"]
2828
runs-on: macos-15
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)