Skip to content

Commit 4d28177

Browse files
committed
enable redis extension using yml file
Signed-off-by: sergiu <[email protected]>
1 parent f6e028a commit 4d28177

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,22 @@ on:
77
tags:
88

99
jobs:
10+
mutation:
11+
runs-on: ${{ matrix.os }}
12+
13+
strategy:
14+
matrix:
15+
os:
16+
- ubuntu-latest
17+
18+
php:
19+
- "8.2"
20+
- "8.3"
21+
steps:
22+
- name: Setup PHP with required extensions
23+
uses: shivammathur/setup-php@v2
24+
with:
25+
extensions: redis
1026
ci:
1127
uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]
28+

0 commit comments

Comments
 (0)