mirror of
https://github.com/gofiber/storage.git
synced 2025-12-18 16:28:22 +08:00
🧹 chore: Add Valkey 8.x to test workflow (#1539)
* Add Valkey 8.x to test workflow * Update workflow
This commit is contained in:
committed by
GitHub
parent
87c2b454f8
commit
76c52119bf
4
.github/workflows/test-valkey.yml
vendored
4
.github/workflows/test-valkey.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'valkey/**'
|
||||
- '.github/workflows/test-valkey.yml'
|
||||
name: "Tests Valkey"
|
||||
jobs:
|
||||
Tests:
|
||||
@@ -17,7 +18,8 @@ jobs:
|
||||
go-version:
|
||||
- 1.23.x
|
||||
valkey:
|
||||
- '7.2'
|
||||
- '7.x'
|
||||
- '8.x'
|
||||
steps:
|
||||
- name: Fetch Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user