Skip to content

Commit

Permalink
TEMP/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Mar 4, 2024
1 parent aa6f5d6 commit f01c47c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test
on:
# Run on pushes to `stable` and on all pull requests.
push:
branches:
- stable
# branches:
# - stable
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand All @@ -23,6 +23,7 @@ jobs:
strategy:
# Keys:
# - experimental: Whether the build is "allowed to fail".
fail-fast: false
matrix:
# IMPORTANT: test runs shouldn't fail because of PHPCS being incompatible with a PHP version.
# - PHPCS will run without errors on PHP 5.4 - 7.2 on any version.
Expand Down

0 comments on commit f01c47c

Please sign in to comment.