Skip to content

Commit

Permalink
Merge pull request #18 from julia-vscode/salsa-rewrite
Browse files Browse the repository at this point in the history
Rewrite using Salsa.jl
  • Loading branch information
davidanthoff authored Jun 28, 2024
2 parents 4189712 + 1484ae7 commit d48369b
Show file tree
Hide file tree
Showing 24 changed files with 1,157 additions and 1,103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jlpkgbutler-ci-master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10']
julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jlpkgbutler-ci-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10']
julia-version: ['1.6', '1.7', '1.8', '1.9', '1.10']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand Down
8 changes: 6 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ version = "1.1.3-DEV"
[deps]
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Salsa = "1fbf2c77-44e2-4d5d-8131-0fa618a5c278"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"

[extras]
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
JuliaSyntax = "0.3.3"
julia = "1"
JuliaSyntax = "0.4"
julia = "1.6"
Salsa = "2.2.0"
AutoHashEquals = "1,2"

[targets]
test = ["Test", "TestItemRunner"]
Loading

0 comments on commit d48369b

Please sign in to comment.