Skip to content

Commit

Permalink
Test different Swift versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Jan 20, 2025
1 parent 21403e1 commit 2505a47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ jobs:
postgres-auth: md5
- postgres-image: postgres:12
postgres-auth: trust
swift-version:
- swift-6.0
- swift-5.10-noble
container:
image: swift:5.10-noble
image: ${{ matrix.swift-version }}
volumes: [ 'pgrunshare:/var/run/postgresql' ]
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 2505a47

Please sign in to comment.