Skip to content

Commit

Permalink
Merge pull request #54 from JuliaReinforcementLearning/jpsl/ci
Browse files Browse the repository at this point in the history
Require Julia 1.9 and update CI
  • Loading branch information
HenriDeh authored Aug 11, 2023
2 parents 0e76ebb + c93eb5e commit dc1c3ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
- '1'
- 'nightly'
os:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ReinforcementLearningTrajectories"
uuid = "6486599b-a3cd-4e92-a99a-2cea90cc8c3c"
version = "0.3.3"
version = "0.3.4"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand All @@ -20,7 +20,7 @@ ElasticArrays = "1"
MacroTools = "0.5"
OnlineStats = "1"
StackViews = "0.1"
julia = "1.6"
julia = "1.9"
DataStructures = "0.18"
StatsBase = "0.34"

Expand Down

0 comments on commit dc1c3ad

Please sign in to comment.