Skip to content

Commit

Permalink
Add testing for Julia 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Aug 19, 2022
1 parent fef7f74 commit 0c4c6e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
tags: '*'
pull_request:
types: [opened, synchronize, reopened]
schedule:
Expand All @@ -15,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.7']
julia-version: ['1.7','1.8']
julia-arch: [x64]

steps:
Expand All @@ -35,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.7']
julia-version: ['1.7','1.8']
julia-arch: [x64]

steps:
Expand Down

0 comments on commit 0c4c6e0

Please sign in to comment.