Skip to content

Commit

Permalink
Merge pull request #67 from yookoala/ci/go-1.16
Browse files Browse the repository at this point in the history
ci: update config to test against go 1.16
  • Loading branch information
yookoala authored Feb 18, 2021
2 parents 8d99b26 + 4ba5b12 commit 847a66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
#go: [' 1.7', '1.8', '1.9', '1.10', '1.11', '1.12', '1.13', '1.14', '1.15' ]
go: ['1.11', '1.12', '1.13', '1.14', '1.15']
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16']
env:
# For test to correctly locate the OS's php-fpm
TEST_PHPFPM_PATH: /usr/sbin/php-fpm7.4
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ go:
- 1.13.x
- 1.14.x
- 1.15.x
- 1.16.x
# - tip

addons:
Expand Down

0 comments on commit 847a66b

Please sign in to comment.