Skip to content

Commit

Permalink
fix: typo in python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lairgiyassir committed Sep 16, 2024
1 parent ec19bec commit ae61256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing_matcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- '*'
- "*"

jobs:
test:
Expand All @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12] # List of Python versions to test
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # List of Python versions to test

steps:
- name: Check out the code
Expand Down

0 comments on commit ae61256

Please sign in to comment.