Skip to content

Commit

Permalink
Allow PHP 8.2 to break
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Oct 1, 2022
1 parent 398da46 commit 81d4891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
coverage: none

- name: Install Composer dependencies (PHP < 8.1)
if: ${{ matrix.php-versions != '8.1' }}
if: ${{ matrix.php-versions != '8.2' }}
uses: "ramsey/composer-install@v1"

- name: Install Composer dependencies - ignore-platform-reqs (PHP 8.1)
if: ${{ matrix.php-versions == '8.1' }}
if: ${{ matrix.php-versions == '8.2' }}
uses: "ramsey/composer-install@v1"
with:
composer-options: --ignore-platform-reqs
Expand Down

0 comments on commit 81d4891

Please sign in to comment.