Skip to content

Commit 56cdd34

Browse files
committed
github: run nightly tests on 1.24 in addition to 1.23
1 parent 716613c commit 56cdd34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightlies.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
tests:
1010
strategy:
1111
matrix:
12-
go: [ '1.23' ]
12+
go: [ '1.23', '1.24' ]
1313
uses: ./.github/workflows/tests.yaml
1414
with:
1515
sha: ${{ github.sha }}
@@ -19,7 +19,7 @@ jobs:
1919
s390x:
2020
strategy:
2121
matrix:
22-
go: [ '1.23' ]
22+
go: [ '1.23', '1.24' ]
2323
uses: ./.github/workflows/s390x.yaml
2424
with:
2525
sha: ${{ github.sha }}
@@ -29,7 +29,7 @@ jobs:
2929
stress:
3030
strategy:
3131
matrix:
32-
go: [ '1.23' ]
32+
go: [ '1.23', '1.24' ]
3333
uses: ./.github/workflows/stress.yaml
3434
with:
3535
sha: ${{ github.sha }}
@@ -39,7 +39,7 @@ jobs:
3939
instrumented:
4040
strategy:
4141
matrix:
42-
go: [ '1.23' ]
42+
go: [ '1.23', '1.24' ]
4343
uses: ./.github/workflows/instrumented.yaml
4444
with:
4545
sha: ${{ github.sha }}

0 commit comments

Comments
 (0)