Skip to content

Commit 0413aa3

Browse files
committed
fix
1 parent a194012 commit 0413aa3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/github-actions.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
MYSQL_ROOT_PASSWORD: symfony
1919
MYSQL_DATABASE: symfony
2020
ports:
21-
- 3306/tcp
21+
- 3306:3306
2222
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --name=mysql
2323
elasticsearch:
2424
image: elasticsearch:8.16.0
2525
ports:
26-
- 9200/tcp
26+
- 9200:9200
2727
env:
2828
ELASTIC_PASSWORD: admin
2929
steps:
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
php-version: "8.3"
3434
tools: phpunit-bridge
35-
extensions: mbstring, xml, ctype, intl, iconv, json, redis, mysql
35+
extensions: mbstring, xml, ctype, intl, iconv, json, mysql
3636
ini-values: date.timezone=Europe/Paris
3737
- uses: actions/checkout@v4
3838
- name: Create .env.test.local
@@ -69,7 +69,6 @@ jobs:
6969
- name: lint:container
7070
if: always()
7171
run: php bin/console lint:container
72-
- name: lint:twig
7372
- name: lint:yaml
7473
if: always()
7574
run: php bin/console lint:yaml config src

0 commit comments

Comments
 (0)