Skip to content

Commit bc6d159

Browse files
committed
Installing doctrine1 using composer.
1 parent 88f2943 commit bc6d159

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34-
with:
35-
submodules: "true"
3634

3735
- name: Install PHP
3836
uses: shivammathur/setup-php@v2
@@ -55,6 +53,9 @@ jobs:
5553
- name: Install dependencies
5654
run: composer install --prefer-dist
5755

56+
- name: Install doctrine1
57+
run: composer require --dev friendsofsymfony1/doctrine1
58+
5859
- name: Run Check configuration
5960
run: php data/bin/check_configuration.php
6061

0 commit comments

Comments
 (0)