Skip to content

Commit

Permalink
Revert "test symf require"
Browse files Browse the repository at this point in the history
This reverts commit 8d8a414.
  • Loading branch information
jrushlow committed Jul 6, 2022
1 parent 8d8a414 commit 23ac62e
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yaml
Expand Up @@ -57,7 +57,7 @@ jobs:
run: "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run --diff"

test:
name: "PHP ${{ matrix.php-version }} + @${{ matrix.symfony-require }} ${{ matrix.dependency-versions }} deps"
name: "PHP ${{ matrix.php-version }} + @${{ matrix.symfony-version }} ${{ matrix.dependency-versions }} deps"

runs-on: ubuntu-18.04

Expand All @@ -83,15 +83,15 @@ jobs:
- 1337:1337

env:
SYMFONY_REQUIRE: ${{ matrix.symfony-require }}
SYMFONY_VERSION: ${{ matrix.symfony-version }}
MAKER_ALLOW_DEV_DEPS_IN_APP: ${{ matrix.allow-dev-deps-in-apps }}

strategy:
fail-fast: false
matrix:
php-version:
- '8.1'
symfony-require:
symfony-version:
- '5.4.*'
- '5.4.x-dev'
- '6.0.x-dev'
Expand All @@ -102,11 +102,11 @@ jobs:
include:
# testing lowest PHP version with LTS
- php-version: '8.0.0'
symfony-require: '5.4.*'
symfony-version: '5.4.*'
dependency-versions: 'lowest'
# testing lowest php version with highest 5.x stable
- php-version: '8.0.0'
symfony-require: '5.4.*'
symfony-version: '5.4.*'
dependency-versions: 'highest'

steps:
Expand Down Expand Up @@ -135,12 +135,6 @@ jobs:
- name: "Add PHPUnit matcher"
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: "Allow the Flex Plugin"
run: composer global config --no-plugins allow-plugins.symfony/flex true

- name: "Require symfony/flex"
run: composer global require --no-progress --no-scripts symfony/flex

- name: "Composer install"
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit 23ac62e

Please sign in to comment.