Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,19 @@ jobs:
fail-fast: false
matrix:
include:
- version: '1' # current stable
- version: '1.11' # latest version this branch supports
os: ubuntu-latest
arch: x64
- version: '1.10' # lowest version supported
os: ubuntu-latest
arch: x64
- version: '1.12-nightly' # next release
os: ubuntu-latest
arch: x64
- version: 'nightly' # dev
os: ubuntu-latest
arch: x64
- version: '1' # x86 ubuntu
os: ubuntu-latest
arch: x86
- version: '1' # x86 windows
- version: '1.10' # x86 windows
os: windows-latest
arch: x86
- version: '1' # x64 windows
- version: '1.10' # x64 windows
os: windows-latest
arch: x64
- version: '1' # x64 macOS
- version: '1.10' # x64 macOS
os: macos-latest
arch: x64
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/TypedSyntaxCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- '1.10.0'
- '1.11-nightly'
- 'nightly'
- '1.11'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uuid = "f68482b8-f384-11e8-15f7-abe071a5a75f"
version = "2.16.6"

[compat]
CodeTracking = "0.5, 1, 2"
CodeTracking = "0.5, 1, 2, 3"
Compiler = "0, 1"
FoldingTrees = "1"
InteractiveUtils = "1.9"
Expand Down
2 changes: 1 addition & 1 deletion TypedSyntax/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"

[compat]
CodeTracking = "1.3, 2"
CodeTracking = "1.3, 2, 3"
JuliaSyntax = "0.4"
julia = "1.10.0"

Expand Down
Loading