Skip to content

Commit

Permalink
Test on multiple redis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling authored Nov 6, 2023
1 parent 7350e5f commit 3d18e59
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 @@ -11,9 +11,9 @@ jobs:
os: [ ubuntu-latest ]
php: [ 7.4, 8.0, 8.1, 8.2 ]
dependency-version: [ prefer-lowest, prefer-stable ]
redis-version: [ 6 ]
redis-version: [ 5, 6, 7 ]

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

env:
# The hostname used to communicate with the Redis service container
Expand Down

0 comments on commit 3d18e59

Please sign in to comment.