Skip to content

Commit

Permalink
Merge pull request #599 from nats-io/ci-updates
Browse files Browse the repository at this point in the history
[CI] updated deno to 1.36.4 and nats-server to 2.10.1
  • Loading branch information
aricart authored Sep 20, 2023
2 parents dd2c1a7 + f9c5039 commit ecdef4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.36.3]
deno-version: [1.36.4]

steps:
- name: Git Checkout Deno Module
Expand All @@ -30,7 +30,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.21" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.10.1" >> $GITHUB_ENV

# this here because dns seems to be wedged on gha
# - name: Add hosts to /etc/hosts
Expand Down

0 comments on commit ecdef4f

Please sign in to comment.