Skip to content

Commit fdc6962

Browse files
committed
Add current release candidate to test matrix
1 parent e0ff26b commit fdc6962

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ jobs:
1616
continue-on-error: ${{ matrix.gel-version == 'nightly' }}
1717
strategy:
1818
matrix:
19-
node-version: ["20", "22", "23"]
19+
node-version: ["20", "22", "24"]
2020
os: [ubuntu-latest]
2121
gel-version: ["stable"]
2222
include:
2323
# Nightly server
2424
- os: ubuntu-latest
2525
node-version: "22"
2626
gel-version: "nightly"
27+
# Release Candidate server
28+
- os: ubuntu-latest
29+
node-version: "22"
30+
gel-version: "7.0-rc3"
2731
# LTS server
2832
- os: ubuntu-latest
2933
node-version: "22"

0 commit comments

Comments
 (0)