run tests on nixpkgs{,-20.03,-20.09}

This commit is contained in:
Milan Pässler 2020-11-30 00:03:10 +01:00 committed by Nicolas Mattia
parent b586948d0a
commit f65b4eac20

View file

@ -9,7 +9,7 @@ jobs:
linux:
strategy:
matrix:
nixpkgs: [ nixpkgs, nixpkgs-19.09, nixpkgs-20.03 ]
nixpkgs: [ nixpkgs, nixpkgs-20.03, nixpkgs-20.09 ]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2