Skip to content

Commit

Permalink
Merge pull request #5062 from derrabus/ci/remove-psr-log-downgrade
Browse files Browse the repository at this point in the history
Remove psr/log downgrade from CI
  • Loading branch information
derrabus authored Dec 1, 2021
2 parents f8d0056 + 8e7f561 commit 502ab8a
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -86,10 +82,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -133,10 +125,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -192,10 +180,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -258,10 +242,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -350,10 +330,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -422,10 +398,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -483,10 +455,6 @@ jobs:
with:
fetch-depth: 2

- name: "Temporarily remove support for PSR Log 3 on PHP 8.1"
run: 'sed -i "s/\"psr\/log\": \"^1|^2|^3\"/\"psr\/log\": \"^1|^2\"/" composer.json'
if: "${{ matrix.php-version=='8.1' }}"

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down

0 comments on commit 502ab8a

Please sign in to comment.