Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Jun 21, 2022
1 parent 34e4686 commit b88b34a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: sersoft-gmbh/running-release-tags-action@v1.2
- uses: sersoft-gmbh/running-release-tags-action@v2.0.0
with:
update-full-release: true
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
name: Test Release Installation
strategy:
matrix:
swift-version: [5.3, 5.2.5]
swift-version: [5.5, 5.6.1]
os-version: ['ubuntu-20.04', 'ubuntu-18.04']
include:
- swift-version: 5.1
- swift-version: 5.3
os-version: ubuntu-18.04
- swift-version: 5.4
os-version: ubuntu-20.04
Expand Down Expand Up @@ -86,10 +86,10 @@ jobs:
name: Test Branch Installation
strategy:
matrix:
swift-version: [ 5.3, 5.2.5 ]
swift-version: [5.5, 5.6.1]
os-version: [ 'ubuntu-20.04', 'ubuntu-18.04' ]
include:
- swift-version: 5.1
- swift-version: 5.4
os-version: ubuntu-18.04
runs-on: ${{matrix.os-version}}
steps:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
matrix:
os-version: [ 'ubuntu-20.04', 'ubuntu-18.04' ]
env:
INPUT_SWIFT_VERSION: 5.4
INPUT_SWIFT_VERSION: 5.6
runs-on: ${{matrix.os-version}}
steps:
- name: Install dependencies
Expand Down

0 comments on commit b88b34a

Please sign in to comment.