Skip to content

Commit

Permalink
Extend tested go version coverage
Browse files Browse the repository at this point in the history
* Test against go 1.17 and 1.18.
  • Loading branch information
yookoala committed Oct 3, 2022
1 parent 785a501 commit 2d72f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
runs-on: ubuntu-20.04
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', '1.16']
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
env:
# For test to correctly locate the OS's php-fpm
TEST_PHPFPM_PATH: /usr/sbin/php-fpm7.4
Expand Down

0 comments on commit 2d72f61

Please sign in to comment.