File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 config :
14- - {os: windows-latest, r-version: '4.3', rspm: "https://cran.rstudio.com"}
1514 - {os: windows-latest, r-version: '4.4', rspm: "https://cran.rstudio.com"}
16- - {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
17- - {os: ubuntu-24.04, r-version: '4.3', rspm: 'https://packagemanager.posit.co/cran/__linux__/noble/latest'}
15+ - {os: windows-latest, r-version: '4.5', rspm: "https://cran.rstudio.com"}
16+ - {os: ubuntu-24.04, r-version: '4.5', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
17+ - {os: ubuntu-24.04, r-version: '4.4', rspm: 'https://packagemanager.posit.co/cran/__linux__/noble/latest'}
1818 runs-on : ${{ matrix.config.os }}
1919 env :
2020 INSEE_APP_KEY : ${{ secrets.INSEE_APP_KEY }}
You can’t perform that action at this time.
0 commit comments