Skip to content

Commit

Permalink
Update test workflow (#149)
Browse files Browse the repository at this point in the history
* rename ci.yml to Test.yml

* rename scheduled test workflow

* add tests on Julia 1.10 lts
  • Loading branch information
hyrodium authored Sep 7, 2024
1 parent 40ebc0c commit ef7f050
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: CI
name: Test
on:
push:
branches: [main]
tags: [v*]
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand All @@ -15,6 +13,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.10' # next LTS
- '1' # automatically expands to the latest stable 1.x release of Julia
- nightly
os:
Expand Down

0 comments on commit ef7f050

Please sign in to comment.