Skip to content

Commit

Permalink
Disable running test under PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Nov 23, 2021
1 parent 45c2579 commit a4652c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
composer-args: ''
- version: '8.0'
composer-args: '--ignore-platform-reqs'
- version: '8.1'
composer-args: '--ignore-platform-reqs'
# - version: '8.1'
# composer-args: '--ignore-platform-reqs'
prefer-lowest: ['', '--prefer-lowest']

name: Unit Tests - PHP ${{ matrix.php.version }} ${{ matrix.prefer-lowest }}
Expand Down

0 comments on commit a4652c5

Please sign in to comment.