We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dcd7d commit 5f4fef3Copy full SHA for 5f4fef3
.github/workflows/build.yml
@@ -16,23 +16,24 @@ jobs:
16
- ubuntu-latest
17
18
php:
19
- - "5.4"
20
- - "5.5"
21
- - "5.6"
22
- - "7.0"
23
- - "7.1"
24
- - "7.2"
25
- - "7.3"
26
- - "7.4"
+ - "8.1"
+ - "8.2"
+ - "8.3"
+ - "8.4"
27
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v2
31
32
- - name: Start Redis v4
+ - name: Start Redis v8
33
uses: superchargejs/[email protected]
34
with:
35
- redis-version: 4
+ redis-version: 8
+
+ - name: Start Redis Sentinel
+ uses: superchargejs/[email protected]
+ with:
36
+ redis-image: bitnami/redis-sentinel:latest
37
38
- name: Install PHP with extensions
39
uses: shivammathur/setup-php@v2
0 commit comments