Skip to content

Commit

Permalink
No need to test on 8.3 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 22, 2024
1 parent eb92667 commit 44aaae0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- 'standards'
php:
- '8.4'
- '8.3'
- '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
Expand All @@ -47,7 +46,6 @@ jobs:
- 'acceptance'
php:
- '8.4'
- '8.3'
- '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk
Expand All @@ -64,7 +62,6 @@ jobs:
- 'integration'
php:
- '8.4'
- '8.3'
- '7.4'
fail-fast: false
with:
Expand Down

0 comments on commit 44aaae0

Please sign in to comment.