Skip to content

Commit

Permalink
Don't need nightly static analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 21, 2024
1 parent 02c28ea commit 6b386af
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,6 @@ on:
permissions: {}

jobs:
standards:
name: Nightly ${{ matrix.label }}
permissions:
contents: read
strategy:
matrix:
label:
- 'standards'
php:
# Newest supported version of PHP
- '8.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
with:
php: ${{ matrix.php }}

static-analysis:
name: Nightly ${{ matrix.label }}
permissions:
contents: read
strategy:
matrix:
label:
- 'static analysis'
php:
# Newest and oldest supported versions of PHP
- '8.4'
- '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@trunk
with:
php: ${{ matrix.php }}

integration:
name: Nightly ${{ matrix.label }}
permissions:
Expand Down

0 comments on commit 6b386af

Please sign in to comment.