Skip to content

Commit dfa64a0

Browse files
committed
Bump version
1 parent bbef039 commit dfa64a0

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- { os: ubuntu-latest, version: '1.10', arch: x64}
2322
- { os: ubuntu-latest, version: 'nightly', arch: x64}
24-
- { os: ubuntu-latest, version: '1', arch: x86 }
25-
- { os: windows-latest, version: '1', arch: x64}
26-
- { os: macOS-latest, version: '1', arch: aarch64}
23+
- { os: ubuntu-latest, version: '1.13.0-rc1', arch: x64 }
24+
- { os: ubuntu-latest, version: '1.13.0-rc1', arch: x86 }
25+
- { os: windows-latest, version: '1.13.0-rc1', arch: x64}
26+
- { os: macOS-latest, version: '1.13.0-rc1', arch: aarch64}
2727

2828
steps:
2929
- uses: actions/checkout@v4

.github/workflows/Documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: julia-actions/setup-julia@latest
16+
with:
17+
version: '1.13.0-rc1'
1618
- uses: julia-actions/cache@v2
1719
- name: Install dependencies
1820
run: |

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ReTest"
22
uuid = "e0db7c4e-2690-44b9-bad6-7687da720f89"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
authors = ["Rafael Fourquet <fourquet.rafael@gmail.com>"]
55

66
[deps]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaTesting.github.io/ReTest.jl/stable)
55
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaTesting.github.io/ReTest.jl/dev)
66

7+
> [!NOTE]
8+
> For compatibility reasons, ReTest v0.4 requires at least Julia 1.13.
9+
710
`ReTest` is a testing framework for Julia allowing:
811

912
1. Defining tests in source files, whose execution is deferred and triggered

0 commit comments

Comments
 (0)