docker-compose.yml aktualisiert
All checks were successful
PHP Code Checker / PHP Code Checker (push) Successful in 1m41s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 1m2s

This commit is contained in:
André Menrath 2024-10-22 16:54:17 +02:00
parent 036cea2708
commit 45f36d5c2a

View file

@ -1,6 +1,9 @@
version: '3' version: '3'
# This files purpose is to run the PHPunit tests locally. # This files purpose is to run the PHPunit tests locally.
# Prerequisites:
# Run "composer install" to generate a composer.lock file and install PHP dev dependencies.
#
# Install docker and docker compose and than just run: # Install docker and docker compose and than just run:
# docker compose up # docker compose up