Skip to content

Commit

Permalink
PHP 8.1 prefer-lowest builds
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 13, 2021
1 parent 133f434 commit d5b01d2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
stability: [prefer-lowest, prefer-stable]
include:
- php: '8.1'
stability: prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

Expand Down Expand Up @@ -92,11 +89,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
stability: [prefer-lowest, prefer-stable]
include:
- php: '8.1'
stability: prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - Windows

Expand Down

0 comments on commit d5b01d2

Please sign in to comment.