Skip to content

Commit dc1c3ad

Browse files
authored
Merge pull request #54 from JuliaReinforcementLearning/jpsl/ci
Require Julia 1.9 and update CI
2 parents 0e76ebb + c93eb5e commit dc1c3ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.6'
21+
- '1.9'
2222
- '1'
2323
- 'nightly'
2424
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ReinforcementLearningTrajectories"
22
uuid = "6486599b-a3cd-4e92-a99a-2cea90cc8c3c"
3-
version = "0.3.3"
3+
version = "0.3.4"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -20,7 +20,7 @@ ElasticArrays = "1"
2020
MacroTools = "0.5"
2121
OnlineStats = "1"
2222
StackViews = "0.1"
23-
julia = "1.6"
23+
julia = "1.9"
2424
DataStructures = "0.18"
2525
StatsBase = "0.34"
2626

0 commit comments

Comments
 (0)