Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 7fecf9c

Browse files
author
Apache
committedFeb 2, 2023
2 parents 3e44cdd + b9c4ecf commit 7fecf9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

Diff for: ‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: [3.7.5]
15+
python-version: [3.11.1]
1616

1717
services:
18-
mysql:
19-
image: mysql:5.7
18+
maria105:
19+
image: mariadb:10.5.18
2020
env:
2121
DB_DATABASE: python_blogs
2222
DB_USER: root

Diff for: ‎.github/workflows/pep8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Get changed files
1919
id: changed-files
20-
uses: tj-actions/changed-files@v27
20+
uses: tj-actions/changed-files@v35
2121

2222
- name: Setup pycodestyle
2323
run: pip install pycodestyle

0 commit comments

Comments
 (0)