testing
All checks were successful
/ ls (pull_request) Successful in 2m14s

This commit is contained in:
Jonas 2024-09-16 19:39:12 +02:00
parent f7eb14e94b
commit 9e5c2f7842
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM
4 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ jobs:
ls:
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.3.11-ci
image: git.php.fail/lubiana/container/php:ci
steps:
- name: Manually checkout
env:

View file

@ -6,7 +6,7 @@ jobs:
ls:
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.3.11-ci
image: git.php.fail/lubiana/container/php:ci
steps:
- name: Manually checkout
env:

View file

@ -4,7 +4,7 @@ jobs:
ls:
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.3.11-ci
image: git.php.fail/lubiana/container/php:ci
steps:
- name: Manually checkout
env:

View file

@ -7,6 +7,8 @@
colors="true"
bootstrap="tests/bootstrap.php"
convertDeprecationsToExceptions="true"
executionOrder="random"
resolveDependencies="true"
>
<php>
<ini name="display_errors" value="1" />