Skip to content

Commit 96b01c3

Browse files
committed
No 7.1 yet and include 1.11, jll only
1 parent 41a704a commit 96b01c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
version: ['1.10', '1.12']
25+
version: ['1.10', '1.11', '1.12']
2626
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2025]
2727
arch: [x64, arm64]
28-
pocl: [jll, local]
28+
pocl: [jll]
2929
memory_backend: [usm, svm, buffer]
3030
exclude:
3131
# unsupported combinations

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2323
pocl_jll = "627d6b7a-bbe6-5189-83e7-98cc0a5aeadd"
2424

2525
[compat]
26-
pocl_jll = "7.0"
26+
pocl_jll = "~7.0"

0 commit comments

Comments
 (0)