Skip to content

Commit

Permalink
Bump to alpine 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Feb 28, 2020
1 parent 8633b83 commit 02f4164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
composer: [lowest, current, highest]
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.10-dev-root
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.11-dev-root
steps:
- uses: actions/checkout@v1
- name: Cache composer packages
Expand All @@ -36,7 +36,7 @@ jobs:
needs: composer-install
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.10-dev-root
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.11-dev-root
steps:
- uses: actions/checkout@v1
- name: Cache composer packages
Expand Down

0 comments on commit 02f4164

Please sign in to comment.