fix(ci): correct container image expression
This commit is contained in:
parent
516c25248f
commit
16e1e11f62
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
name: PHP ${{ matrix.php }}
|
name: PHP ${{ matrix.php }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: lthn/build:php-\${{ matrix.php }}
|
image: lthn/build:php-${{ matrix.php }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue