File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'Runs go-redis tests against different Redis versions and configura
33inputs :
44 go-version :
55 description : ' Go version to use for running tests'
6- default : ' 1.23 '
6+ default : ' stable '
77 redis-version :
88 description : ' Redis version to test against'
99 required : true
Original file line number Diff line number Diff line change 2222 - " 8.2.x" # Redis CE 8.2
2323 - " 8.0.x" # Redis CE 8.0
2424 go-version :
25- - " 1.23.x "
26- - " 1.24.x "
25+ - " stable " # The latest stable Go release
26+ - " oldstable " # The previous Go release before stable
2727
2828 steps :
2929 - name : Set up ${{ matrix.go-version }}
7878 - " 8.2.x" # Redis CE 8.2
7979 - " 8.0.x" # Redis CE 8.0
8080 go-version :
81- - " 1.23.x"
82- - " 1.24.x"
81+ - " stable" # The latest stable Go release
82+ - " oldstable" # The previous Go release before stable
83+ - " 1.18.x" # Go 1.18 is the minimum supported version for go-redis (see go.mod)
8384
8485 steps :
8586 - name : Checkout code
Original file line number Diff line number Diff line change 2727 strategy :
2828 fail-fast : false
2929 matrix :
30- go-version : ["1.24 "]
30+ go-version : ["stable", "1.18 "]
3131
3232 steps :
3333 - name : Set up ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- go-version : [1.24.x ]
18+ go-version : [stable, "1.18" ]
1919 re-build : ["7.4.2-54"]
2020
2121 steps :
You can’t perform that action at this time.
0 commit comments