Skip to content

Commit 090212a

Browse files
author
alessandro
committed
remove php 8.1 and redis edge from matrix
1 parent d2f8be4 commit 090212a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
21-
rts-version: ['1.4.8', 'edge']
22-
continue-on-error: ${{ matrix.rts-version == 'edge' }}
20+
php-version: ['7.2', '7.3', '7.4', '8.0']
21+
rts-version: ['1.4.8']
2322
services:
2423
redis:
2524
image: redislabs/redistimeseries:${{ matrix.rts-version }}

0 commit comments

Comments
 (0)