Skip to content

Commit

Permalink
test on 1.11
Browse files Browse the repository at this point in the history
marius311 committed Nov 14, 2024
1 parent 31ea454 commit dc9be13
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '~1.10.0-0']
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
os: [ubuntu-latest]
fail-fast: false

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memoization.jl

[![Build Status](https://travis-ci.com/marius311/Memoization.jl.svg?branch=master)](https://travis-ci.com/marius311/Memoization.jl)
[![](https://github.com/marius311/Memoization.jl/workflows/runtests/badge.svg)](https://github.com/marius311/Memoization.jl/actions?query=workflow%3Aruntests+branch%3Amaster)

Easily and efficiently memoize any function call, function, closure, or callable object in Julia.

0 comments on commit dc9be13

Please sign in to comment.