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:06 +00:00
parent 67dda00ef2
commit ef20b8f2ab

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