Skip to content

Commit

Permalink
Require Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 30, 2024
1 parent 6e996df commit cf85555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
- 'pre'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -24,7 +24,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PubChemCrawler"
uuid = "30e472fa-2b12-4c0b-9705-07d174b7a4e1"
authors = ["Tim Holy <[email protected]> and contributors"]
version = "1.1.1"
version = "1.2.0"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Expand All @@ -10,7 +10,7 @@ LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
[compat]
HTTP = "1"
LightXML = "0.8, 0.9"
julia = "1"
julia = "1.6"

[extras]
BrokenRecord = "bdd55f5b-6e67-4da1-a080-6086e55655a0"
Expand Down

0 comments on commit cf85555

Please sign in to comment.