Skip to content

Commit

Permalink
Add server v6 to CI (#1196)
Browse files Browse the repository at this point in the history
Also update Node versions and readd macOS runner.
  • Loading branch information
scotttrinh authored Feb 14, 2025
1 parent 470ce8c commit 2c557a3
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,26 @@ jobs:
continue-on-error: ${{ matrix.edgedb-version == 'nightly' }}
strategy:
matrix:
node-version: ["18", "20", "22"]
node-version: ["18", "20", "22", "23"]
os: [ubuntu-latest]
edgedb-version: ["stable"]
include:
# Nightly server
- os: ubuntu-latest
node-version: "20"
node-version: "22"
edgedb-version: "nightly"
# Upcoming server
- os: ubuntu-latest
node-version: "20"
edgedb-version: "5"
node-version: "22"
edgedb-version: "6.0-beta.2"
# LTS server
- os: ubuntu-latest
node-version: "20"
node-version: "22"
edgedb-version: "4"
# - os: ubuntu-latest
# node-version: "20"
# edgedb-version: "3"
# XXX: macOS is currently unsupported by setup-edgedb
# - os: macos-latest
# node-version: "20"
# edgedb-version: "stable"

# macOS
- os: macos-latest
node-version: "22"
edgedb-version: "stable"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2c557a3

Please sign in to comment.