Skip to content

Commit a98b43c

Browse files
author
DKravtsov
committedJun 30, 2024·
Symfony 7.1, MySQL 8.4, updated docker docs, updated composer dependencies, refactoring.
1 parent 880a2e0 commit a98b43c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+5609
-3411
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
make info
2929
3030
- run:
31-
name: Run unit/functional tests
31+
name: Run unit/application tests
3232
command: |
3333
make phpunit
3434

‎.dockerignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
### Docker
2626
Dockerfile
27-
docker-compose.yml
28-
docker-compose-test-ci.yml
29-
docker-compose-staging.yml
30-
docker-compose-prod.yml
27+
compose.yaml
28+
compose-test-ci.yaml
29+
compose-staging.yaml
30+
compose-prod.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.