Skip to content

Commit 79fa4db

Browse files
authored
Add go versions 1.19 1.20 1.21 1.22 (#228)
* Add go versions 1.19 1.20 1.21 1.22 * Ignore the apns2 cli in coverage tests
1 parent 54928d6 commit 79fa4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go: [1.16.x, 1.17.x, 1.18.x]
15+
go: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -33,4 +33,4 @@ jobs:
3333
- name: Update coverage
3434
env:
3535
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
run: goveralls -coverprofile=covprofile -service=github
36+
run: goveralls -ignore=apns2/main.go -coverprofile=covprofile -service=github

0 commit comments

Comments
 (0)