Add support for Ubuntu 24.04
This commit is contained in:
parent
49fd6fef5d
commit
111621f79a
1 changed files with 153 additions and 4 deletions
|
|
@ -15,6 +15,14 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
ubuntu-2404:
|
||||
image: ubuntu:noble
|
||||
command: /r-builds/test/test-apt.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=ubuntu-2404
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
debian-12:
|
||||
image: debian:bookworm
|
||||
command: /r-builds/test/test-apt.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue