Skip to content

Commit 9bea3fa

Browse files
Merge pull request #97 from mohamed-barakat/devel
switch to CapAndHomalg v1.5.0
2 parents 0348118 + 00f4600 commit 9bea3fa

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/DocsBuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
name: Documentation
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Setup Julia environment
1818
uses: julia-actions/setup-julia@v1
1919
with:
20-
version: '1.6'
20+
version: '1.8'
2121

2222
- name: Install dependencies
2323
run: |

.github/workflows/Tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
julia-version:
22-
- '1.7'
22+
- '1.8'
2323
- 'nightly'
2424
julia-arch:
2525
- x64
2626
os:
2727
- ubuntu-latest
28-
- macOS-latest
28+
# currently broken: https://github.com/homalg-project/CapAndHomalg.jl/issues/70
29+
#- macOS-latest
2930

3031
env:
3132
JULIA_TRACK_COVERAGE: yes
3233

3334
steps:
3435
- run: '[ "$GITHUB_EVENT_NAME" = "pull_request" ] || curl --fail -X PUT -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/Tests.yml/enable'
35-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3637

3738
- name: Setup Julia environment
3839
uses: julia-actions/setup-julia@latest
@@ -49,4 +50,4 @@ jobs:
4950
uses: julia-actions/julia-processcoverage@v1
5051

5152
- name: "Upload to codecov.io"
52-
uses: codecov/codecov-action@v2
53+
uses: codecov/codecov-action@v3

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1111
Singular = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
1212

1313
[compat]
14-
CapAndHomalg = "1.4.5"
14+
CapAndHomalg = "1.5.0"
1515
GAP = "0.7, 0.8, 0.9.3"
1616
Singular = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.17"
17-
julia = "1.6, 1.7"
17+
julia = "1.8"
1818

1919
[extras]
2020
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

0 commit comments

Comments
 (0)