Skip to content

Commit

Permalink
update CI testing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Oct 30, 2024
1 parent 6051503 commit 2875a5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ jobs:
# - {os: 'macOS-latest' , tf: 'release', r: 'release'}

## old keras/tf versions
# - {os: 'ubuntu-latest', tf: '2.18', r: 'release'}
- {os: 'ubuntu-latest', tf: '2.17', r: 'release'}
- {os: 'ubuntu-latest', tf: '2.16', r: 'release'}
- {os: 'ubuntu-latest', tf: '2.15', r: 'release'}
- {os: 'ubuntu-latest', tf: '2.14', r: 'release'}
- {os: 'ubuntu-latest', tf: '2.13', r: 'release'}
- {os: 'ubuntu-latest', tf: '2.12', r: 'release'}
- {os: 'ubuntu-latest', tf: '2.9' , r: 'release'}

# these are allowed to fail
# - {os: 'ubuntu-latest', tf: '2.14.0rc1', r: 'release'}
Expand Down

0 comments on commit 2875a5b

Please sign in to comment.