We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a79867 commit 5b64b4aCopy full SHA for 5b64b4a
.github/workflows/push.yml
@@ -35,7 +35,7 @@ jobs:
35
name: "${{ matrix.alpine && 'ALPINE' || 'LINUX' }}_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
36
runs-on: ubuntu-20.04
37
container:
38
- image: "${{ matrix.alpine && 'alpine:3.15' || 'ubuntu:focal' }}"
+ image: "${{ matrix.alpine && 'alpine:3.16' || 'ubuntu:focal' }}"
39
services:
40
mysql:
41
image: mysql:8
0 commit comments