diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee0463f3..36007e5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/Project.toml b/Project.toml index 9d338dc0..d0ec208a 100644 --- a/Project.toml +++ b/Project.toml @@ -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"