Skip to content

Commit 989dd64

Browse files
author
DKravtsov
committedJun 25, 2024·
Symfony 7.1, MySQL 8.4, updated docker docs, updated composer dependencies, refactoring.
1 parent 733e9b8 commit 989dd64

File tree

118 files changed

+4901
-3702
lines changed

Some content is hidden

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

118 files changed

+4901
-3702
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
make info
3535
3636
- run:
37-
name: Run unit/functional tests
37+
name: Run unit/application tests
3838
command: |
3939
make phpunit
4040

‎.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.