Skip to content

Commit

Permalink
fix: github config
Browse files Browse the repository at this point in the history
  • Loading branch information
myxiaoao committed Apr 17, 2024
1 parent 322b7b1 commit 99fc82a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/cooper/jlpay-qrcode/discussions/new?category=q-a
url: https://github.com/myxiaoao/jlpay-qrcode/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
url: https://github.com/cooper/jlpay-qrcode/discussions/new?category=ideas
url: https://github.com/myxiaoao/jlpay-qrcode/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/cooper/jlpay-qrcode/security/policy
url: https://github.com/myxiaoao/jlpay-qrcode/security/policy
about: Learn how to notify us for sensitive bugs
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
stability: [prefer-lowest, prefer-stable]

Expand Down

0 comments on commit 99fc82a

Please sign in to comment.