Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2278ddd

Browse files
committed
Disable linting in CI for versions with less quality
1 parent e3f5b5c commit 2278ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
version: [3.12, 3.11, '3.10', 3.9, 3.8]
57+
version: [3.12, 3.11]
5858
needs: ['update-translation']
5959
continue-on-error: true
6060
steps:

0 commit comments

Comments
 (0)