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:12 +00:00
parent 516c25248f
commit 16e1e11f62

View file

@ -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