Add support for Debian 12
This commit is contained in:
parent
af8b2e5c3c
commit
6a56d0aa9f
1 changed files with 141 additions and 3 deletions
|
|
@ -23,6 +23,14 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
debian-12:
|
||||
image: debian:bookworm
|
||||
command: /r-builds/test/test-apt.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=debian-12
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
debian-11:
|
||||
image: debian:bullseye
|
||||
command: /r-builds/test/test-apt.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue