Attempt at adding builds for Fedora 37 and 38

This commit is contained in:
Colin Rundel 2023-07-25 17:35:32 -04:00
commit 6c9247cfea

View file

@ -71,3 +71,19 @@ services:
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds
fedora-37:
image: fedora:37
command: /r-builds/test/test-yum.sh
environment:
- OS_IDENTIFIER=fedora-37
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds
fedora-38:
image: fedora:38
command: /r-builds/test/test-yum.sh
environment:
- OS_IDENTIFIER=fedora-38
- R_VERSION=${R_VERSION}
volumes:
- ../:/r-builds