Skip to content

Commit 6c36f2c

Browse files
authored
Remove explicit test on v1.8 (#137)
1 parent 55e7020 commit 6c36f2c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- master
6+
paths-ignore:
7+
- 'LICENSE'
8+
- 'README.md'
9+
- '.github/workflows/TagBot.yml'
10+
pull_request:
11+
paths-ignore:
12+
- 'LICENSE'
13+
- 'README.md'
14+
- '.github/workflows/TagBot.yml'
515
jobs:
616
test:
717
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -12,7 +22,6 @@ jobs:
1222
version:
1323
- '1.6'
1424
- '1'
15-
- '^1.8.0-0'
1625
os:
1726
- ubuntu-latest
1827
- macOS-latest

0 commit comments

Comments
 (0)