We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1853cc commit 839f897Copy full SHA for 839f897
.github/workflows/tests-check.yml
@@ -51,5 +51,3 @@ jobs:
51
52
- name: Code check
53
run: composer check
54
- env:
55
- PHP_CS_FIXER_IGNORE_ENV: "true" # necessary until full PHP 8 support in php-cs-fixer
docker/docker-compose.yml
@@ -19,8 +19,6 @@ services:
19
- ../:/var/www/html/
20
depends_on:
21
- symfony-todo-rest-database
22
- environment:
23
24
stdin_open: true
25
tty: true
26
symfony-todo-rest-database:
@@ -31,4 +29,4 @@ services:
31
29
POSTGRES_USER: ${POSTGRES_USER}
32
30
POSTGRES_DB: ${POSTGRES_DB}
33
ports:
34
- - "5566:5432"
+ - "5566:5432"
0 commit comments