mirror of
https://github.com/apple/swift-nio.git
synced 2026-05-20 20:30:36 +00:00
Add and enable Swift 6.1 workflows ### Motivation: Swift 6.1 has been released, we should add it to our CI coverage. ### Modifications: * Update `appe/swift-nio/scripts/generate_matrix.sh` * Update reusable adopters of `swift_test_matrix.yml` * Update end-user adopter workflows of `swift_test_matrix.yml` * Copy over test flags from Swift 6.0 jobs ### Result: NIO tests against Swift 6.1 in CI and downstream repositories can opt-in. (Successful CI run with the workflows modified to use the changes on this branch https://github.com/apple/swift-nio/actions/runs/14400598096?pr=3196)