Skip to content

Commit 6629f29

Browse files
committed
Update GitHub CI
1 parent 85fdcac commit 6629f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Linux
2424
strategy:
2525
matrix:
26-
container: ["swift:6.0.3", "swift:6.1.2"]
26+
container: ["swift:6.0.3", "swift:6.1.2", "swift:6.2.3"]
2727
config: ["debug", "release"]
2828
options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
2929
runs-on: ubuntu-latest
@@ -41,8 +41,8 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
swift: ['6.1', 'nightly-6.2']
45-
arch: ["aarch64", "x86_64"]
44+
swift: ['6.2.3', 'nightly-6.3']
45+
arch: ['aarch64', 'x86_64', 'armv7']
4646
runs-on: macos-15
4747
timeout-minutes: 30
4848
steps:

0 commit comments

Comments
 (0)