Skip to content

Commit

Permalink
Test on LTS+, add/bump a few compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
serenity4 committed Nov 16, 2024
1 parent c7bd68f commit c7df3f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.9', '1.10', 'nightly']
julia-version: ['lts', '1', 'pre', 'nightly']
julia-arch: [x64, x86]
os: [ubuntu-latest]
steps:
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,16 @@ Accessors = "0.1"
BitMasks = "0.1"
ColorTypes = "0.11, 0.12"
DocStringExtensions = "0.8, 0.9"
Documenter = "1"
FixedPointNumbers = "0.8"
MLStyle = "0.4"
PrecompileTools = "1"
Preferences = "1.2"
Reexport = "1"
ResultTypes = "3"
ResultTypes = "3, 4"
StaticArraysCore = "1"
StructEquality = "2"
SwiftShader_jll = "0.1"
VulkanCore = "1.3.1"
XCB = "0.5, 0.6, 0.7"
julia = "1.9"
Expand Down

0 comments on commit c7df3f0

Please sign in to comment.