Skip to content

Commit 058c747

Browse files
committed
remove 7.1
1 parent 1d41b14 commit 058c747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
build:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
version: [ 7.1, 7.2, 7.3, 7.4 ]
10+
version: [ 7.2, 7.3, 7.4 ]
1111

1212
steps:
1313
- name: Checkout code

0 commit comments

Comments
 (0)