Skip to content

Commit

Permalink
Merge pull request #10385 from nextcloud/ci/psalm-matrix/drop-stable30
Browse files Browse the repository at this point in the history
[stable3.7] ci(psalm-matrix): don't run on stable30
  • Loading branch information
kesselb authored Nov 21, 2024
2 parents 52229b1 + 397b81e commit d526266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-stable30', 'dev-stable29', 'dev-stable28', 'dev-stable27' ]
ocp-version: [ 'dev-stable29', 'dev-stable28', 'dev-stable27' ]

name: static-psalm-analysis ${{ matrix.ocp-version }}
steps:
Expand Down

0 comments on commit d526266

Please sign in to comment.