Skip to content

Commit

Permalink
Test on Ubuntu 20, node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Jan 21, 2022
1 parent 1d0a7f9 commit b4782d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: build-and-test
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6]
node-version: [14.x]
node-version: [16.x]
services:
postgres:
image: postgres:11
Expand All @@ -22,6 +22,8 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v2
- name: install memcached headers
run: sudo apt install -y libmemcached-dev
- name: Build with Makefile
run: make
- name: Run Integration Tests
Expand Down

0 comments on commit b4782d9

Please sign in to comment.