Skip to content

ci: Remove swift 5.8 and 5.9 builds from test matrix. Add Swift 6.1. #9

ci: Remove swift 5.8 and 5.9 builds from test matrix. Add Swift 6.1.

ci: Remove swift 5.8 and 5.9 builds from test matrix. Add Swift 6.1. #9

Workflow file for this run

name: Self-test the CI workflows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yaml
with:
package_path: WorkflowTestPackage
test:
uses: ./.github/workflows/test.yaml
with:
package_path: WorkflowTestPackage