Skip to content

Commit 981ec62

Browse files
committed
rm 8.1 & 8.2 in CI
1 parent 335eaa7 commit 981ec62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ubuntu:
55
strategy:
66
matrix:
7-
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
7+
version: ['8.3', '8.4', '8.5']
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout PhD

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: test
66
strategy:
77
matrix:
8-
version: ['8.1', '8.2', '8.3', '8.4', '8.5']
8+
version: ['8.3', '8.4', '8.5']
99
continue-on-error: ${{ matrix.version == '8.5' }}
1010
runs-on: ubuntu-latest
1111
steps:

0 commit comments

Comments
 (0)