Update from hummingbird-project-template 6c7f44e2f7e58f2d298a177e73421f244f41f90e (#53)
This commit is contained in:
committed by
GitHub
parent
4a879231bd
commit
b2c5e3e673
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -38,7 +38,8 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
image: ["swift:5.8", "swift:5.9", "swift:5.10", "swiftlang/swift:nightly-6.0-jammy"]
|
||||
image: ["swift:5.9", "swift:5.10", "swift:6.0"]
|
||||
|
||||
|
||||
container:
|
||||
image: ${{ matrix.image }}
|
||||
|
||||
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
image: ['nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2']
|
||||
|
||||
|
||||
container:
|
||||
image: swiftlang/swift:${{ matrix.image }}
|
||||
|
||||
Reference in New Issue
Block a user