Skip to content

PYLABS-213 Upgrade with the new swift toolchain #24

PYLABS-213 Upgrade with the new swift toolchain

PYLABS-213 Upgrade with the new swift toolchain #24

Workflow file for this run

name: 'CI'
on:
push:
branches:
- master
paths:
- '**.swift'
- '**.yml'
pull_request:
branches:
- master
release:
types:
- created
jobs:
linux:
name: Swift ${{ matrix.image }} on ubuntu-latest
runs-on: ubuntu-latest
strategy:
matrix:
image: ["swift:5.5", "swift:5.9", "swift:5.10", "swift:6.0"]
container:
image: ${{ matrix.image }}
steps:
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Run tests
run: swift test