Skip to content

Commit

Permalink
Remove tests on PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Dec 10, 2020
1 parent f60f2b5 commit ff7e998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 7.2, 7.3, 7.4, 8.0 ]
dependency-version: [ prefer-lowest, prefer-stable ]
php: [ 7.3, 7.4, 8.0 ]
dependency-version: [ prefer-stable ]
redis-version: [ 6 ]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down

0 comments on commit ff7e998

Please sign in to comment.