Skip to content

Commit

Permalink
Run CI on v1 series
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Jan 15, 2023
1 parent c24c9f3 commit 54b31c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
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 54b31c7

Please sign in to comment.