Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Installing doctrine1 using composer."
This reverts commit bc6d159.
  • Loading branch information
thirsch committed Feb 27, 2024
commit c2cc6df6e3b3c58fe47a9f8cb21cbbb593e246c6
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: "true"

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -53,9 +55,6 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist

- name: Install doctrine1
run: composer require --dev friendsofsymfony1/doctrine1

- name: Run Check configuration
run: php data/bin/check_configuration.php

Expand Down