Updated github_ci.yml.tpl
This commit is contained in:
parent
cba6942cca
commit
33865d7e48
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: php:8.3
|
image: php:8.3
|
||||||
if: needs.check-phpunit.outputs.phpunit-exists == 'true'
|
if: ${{ needs.check-phpunit.outputs.phpunit-exists == 'true' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue