Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Jul 16, 2023
1 parent ec4cbad commit 7f604c9
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ${{ vars.UBUNTU_VERSION }}]
os: ${{ vars.UBUNTU_VERSION }}
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ${{ vars.UBUNTU_VERSION }} ]
os: ${{ vars.UBUNTU_VERSION }}
node-version: [14.x, 16.x]
es-version: [7.6.1]
jdk-version: [oraclejdk11]
Expand Down

0 comments on commit 7f604c9

Please sign in to comment.