fix(ci): correct container image expression
Some checks failed
CI / PHP 8.3 (push) Failing after 1s
CI / PHP 8.4 (push) Failing after 1s

This commit is contained in:
Charon 2026-02-23 13:47:07 +00:00
parent 2dc7632ef5
commit 22f0e49b4b

View file

@ -11,7 +11,7 @@ jobs:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
container:
image: lthn/build:php-\${{ matrix.php }}
image: lthn/build:php-${{ matrix.php }}
strategy:
fail-fast: true