Skip to content

Commit

Permalink
Merge pull request #78 from yookoala/maint/extend-test-version
Browse files Browse the repository at this point in the history
Extend tested go version coverage
  • Loading branch information
yookoala authored Oct 3, 2022
2 parents 785a501 + 2d72f61 commit 9176ab4
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 9176ab4

Please sign in to comment.