We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fda1c92 + aed06d3 commit 5dd1fa9Copy full SHA for 5dd1fa9
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
compliance: ['red', 'green']
17
container:
18
- image: python:3.8
+ image: python:3.10
19
env:
20
COMPLIANCE: ${{ matrix.compliance }}
21
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved')
0 commit comments