Skip to content

Commit

Permalink
More shuffling
Browse files Browse the repository at this point in the history
- Prefer Node 22 as the baseline Node
- Add comments about _what_ is being tested to make it easier to
  ensure proper coverage in the future.
  • Loading branch information
scotttrinh committed Feb 13, 2025
1 parent bd88a49 commit 28a48a5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,30 @@ jobs:
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"
node-version: "22"
edgedb-version: "6"
# LTS server
- os: ubuntu-latest
node-version: "20"
node-version: "22"
edgedb-version: "4"
- os: macos-latest
node-version: "20"
edgedb-version: "stable"
# Upcoming Node on stable server
- os: ubuntu-latest
node-version: "23"
edgedb-version: "stable"
# Maintenance Node on stable server
- os: ubuntu-latest
node-version: "18"
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 28a48a5

Please sign in to comment.