Skip to content

Commit

Permalink
CI: use Ubuntu 18 for testing
Browse files Browse the repository at this point in the history
Test output can depend on the version of `sqlite3` installed, and
currently our tests expect the output from roughly sqlite3 `v3.22`,
which is what comes with Ubuntu 18.

Eventually we'll upgrade everything to Ubuntu 20, but for now it's best
to stick with the version of Ubuntu used in our Docker baseimage.
  • Loading branch information
orangejulius committed Sep 29, 2021
1 parent dfe7ba5 commit 8397b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
node-version:
- 12.x
- 14.x
Expand Down

0 comments on commit 8397b15

Please sign in to comment.