Skip to content

Commit e948318

Browse files
committed
Update Swift version matrix in Ubuntu build workflow
1 parent 9bb126b commit e948318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build on Ubuntu with Swift ${{ matrix.swift }}
1212
strategy:
1313
matrix:
14-
swift: ["6.0", "6.1"]
14+
swift: ["6.1", "6.2"]
1515
runs-on: ubuntu-latest
1616
container:
1717
image: swift:${{ matrix.swift }}

0 commit comments

Comments
 (0)