Skip to content

Commit

Permalink
Merge pull request #1646 from urfave/v1-ci-update
Browse files Browse the repository at this point in the history
Run CI on `v1` series
  • Loading branch information
dearchap committed Jan 15, 2023
2 parents a150245 + 54b31c7 commit 522b9b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli.yml
Expand Up @@ -3,10 +3,10 @@ name: Run Tests
on:
pull_request:
branches:
- v1
- v1-maint
push:
branches:
- v1
- v1-maint
tags:
- v1.*

Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.16.x, 1.17.x, 1.18.x]
go: [1.18.x, 1.19.x]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 522b9b8

Please sign in to comment.