Skip to content

Commit 7de27b9

Browse files
committed
Add swift_version nightly-6.3 and ndk_version r29
1 parent ededcfb commit 7de27b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
swift_version: ["6.3", "nightly-main"]
29-
ndk_version: ['r27d', 'r30-beta1']
28+
swift_version: ['6.3', 'nightly-6.3', 'nightly-main']
29+
ndk_version: ['r27d', 'r29', 'r30-beta1']
3030
os: ['ubuntu-latest', 'macos-latest']
3131
configuration: ['Debug', 'Release']
3232
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)