Skip to content

Commit 79b14f0

Browse files
committed
Update CI matrix.
1 parent 9f202b3 commit 79b14f0

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.11' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
19-
os:
19+
- '1'
20+
os:
2021
- ubuntu-latest
2122
arch:
2223
- x64

test/codequality.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
@safetestset "Code Quality" begin
22

3-
# check code is formatted. Disabled as JET requires JuliaSynatx v1.0, but JuliaFormatter uses v0.4.
4-
# This causes conflicts when both packages are loaded. Once JuluiaFormatter supports JuliaSyntax v1.0,
5-
# this can be re-enabled.
6-
# @safetestset "code formatting" begin
7-
# using JuliaFormatter
8-
# using SequentialSamplingModels
9-
# @test JuliaFormatter.format(
10-
# SequentialSamplingModels; verbose = false, overwrite = false
11-
# )
12-
# end
13-
143
# check code quality via Aqua
154
@safetestset "Aqua" begin
165
using Aqua

0 commit comments

Comments
 (0)