Skip to content

Commit 5f4fef3

Browse files
committed
build
1 parent a7dcd7d commit 5f4fef3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,24 @@ jobs:
1616
- ubuntu-latest
1717

1818
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"
19+
- "8.1"
20+
- "8.2"
21+
- "8.3"
22+
- "8.4"
2723

2824
steps:
2925
- name: Checkout
3026
uses: actions/checkout@v2
3127

32-
- name: Start Redis v4
28+
- name: Start Redis v8
3329
uses: superchargejs/[email protected]
3430
with:
35-
redis-version: 4
31+
redis-version: 8
32+
33+
- name: Start Redis Sentinel
34+
uses: superchargejs/[email protected]
35+
with:
36+
redis-image: bitnami/redis-sentinel:latest
3637

3738
- name: Install PHP with extensions
3839
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)