Skip to content

Commit d7ebee3

Browse files
authored
Revert "Adjust CI Julia versions (#102)"
This reverts commit b7564b6.
1 parent a6487c9 commit d7ebee3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,16 @@ on:
66
- main
77
tags: '*'
88
jobs:
9-
finalize:
10-
timeout-minutes: 10
11-
needs: [test]
12-
if: always()
13-
runs-on: ubuntu-latest
14-
steps:
15-
- run: |
16-
echo test: ${{ needs.test.result }}
17-
- run: exit 1
18-
if: |
19-
(needs.test.result != 'success')
209
test:
2110
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
2211
runs-on: ${{ matrix.os }}
2312
strategy:
2413
fail-fast: false
2514
matrix:
2615
version:
27-
- 'min'
28-
- 'lts'
16+
- '1.0'
2917
- '1'
30-
- 'pre'
18+
- 'nightly'
3119
os:
3220
- ubuntu-latest
3321
- macOS-latest

0 commit comments

Comments
 (0)