Skip to content

Commit

Permalink
Updated the Debian versions for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Jul 20, 2023
1 parent 80a601c commit b42e40d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
fail-fast: false
matrix:
distro:
- 'debian:9'
- 'debian:10'
- 'debian:11'
- 'debian:12'
- 'debian:testing'
- 'ubuntu:16.04'
- 'ubuntu:18.04'
Expand All @@ -72,7 +73,11 @@ jobs:
pre: >-
apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get -y install autoconf automake gcc make bison pandoc flex pkg-config
- distro: 'debian:9'
- distro: 'debian:11'
pre: >-
apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get -y install autoconf automake gcc make bison pandoc flex pkg-config
- distro: 'debian:12'
pre: >-
apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get -y install autoconf automake gcc make bison pandoc flex pkg-config
Expand Down

0 comments on commit b42e40d

Please sign in to comment.