Skip to content

Fix Github actions #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 7, 2022
Merged
Changes from all commits
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
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: [8.0, 8.1]
php: [8.0, 8.1, 8.2]
symfony: ["4.4.*", "5.4.*", "6.0.*", "6.1.*"]
exclude:
- php: 8.0
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
ref: "6.0"

- name: Checkout Symfony 6.1 Sample
if: "matrix.symfony == '6.1.*' && matrix.php == '8.1'"
if: "matrix.symfony == '6.1.*'"
uses: actions/checkout@v2
with:
repository: Codeception/symfony-module-tests
Expand All @@ -71,26 +71,26 @@ jobs:

- name: Install dependencies
run: |
composer require symfony/finder=${{ matrix.symfony }} --ignore-platform-req=php --no-update
composer require symfony/yaml=${{ matrix.symfony }} --ignore-platform-req=php --no-update
composer require symfony/console=${{ matrix.symfony }} --ignore-platform-req=php --no-update
composer require symfony/event-dispatcher=${{ matrix.symfony }} --ignore-platform-req=php --no-update
composer require symfony/css-selector=${{ matrix.symfony }} --ignore-platform-req=php --no-update
composer require symfony/dom-crawler=${{ matrix.symfony }} --ignore-platform-req=php --no-update
composer require symfony/browser-kit=${{ matrix.symfony }} --ignore-platform-req=php --no-update
composer require vlucas/phpdotenv --ignore-platform-req=php --no-update
composer require codeception/module-asserts="3.*" --ignore-platform-req=php --no-update
composer require codeception/module-doctrine2="3.*" --ignore-platform-req=php --no-update
composer install --prefer-dist --no-progress --ignore-platform-req=php --no-dev
composer require symfony/finder=${{ matrix.symfony }} --no-update
composer require symfony/yaml=${{ matrix.symfony }} --no-update
composer require symfony/console=${{ matrix.symfony }} --no-update
composer require symfony/event-dispatcher=${{ matrix.symfony }} --no-update
composer require symfony/css-selector=${{ matrix.symfony }} --no-update
composer require symfony/dom-crawler=${{ matrix.symfony }} --no-update
composer require symfony/browser-kit=${{ matrix.symfony }} --no-update
composer require vlucas/phpdotenv --no-update
composer require codeception/module-asserts="3.*" --no-update
composer require codeception/module-doctrine2="3.*" --no-update
composer update --prefer-dist --no-progress --no-dev

- name: Validate composer.json and composer.lock
run: composer validate
working-directory: framework-tests

- name: Install Symfony Sample
run: |
composer remove codeception/module-symfony --dev --no-update --ignore-platform-req=php
composer install --no-progress --ignore-platform-req=php
composer remove codeception/codeception codeception/module-asserts codeception/module-doctrine2 codeception/lib-innerbrowser codeception/module-symfony --dev --no-update
composer update --no-progress
working-directory: framework-tests

- name: Prepare the test environment
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy