Add Fedora 40
This commit is contained in:
parent
e79b3aa00d
commit
ea3b4c23e2
1 changed files with 200 additions and 2 deletions
|
|
@ -95,3 +95,11 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
fedora-40:
|
||||
image: fedora:40
|
||||
command: /r-builds/test/test-yum.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=fedora-40
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
|
|
|
|||
Loading…
Reference in a new issue