Skip to content

Commit

Permalink
Update .github/workflows/php-pr-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeller-wikia authored Feb 14, 2025
1 parent 4f2b2b2 commit ed987ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- id: set-matrix
run: echo "::set-output name=matrix::{\"include\":[{\"php_version\":\"8.2\",\"mw\":\"${{ github.event.pull_request.base.ref }}\"}]}"
run: echo "::set-output name=matrix::{\"include\":[{\"php_version\":\"8.2\",\"mw\":\"${{ github.event.pull_request.base.ref || 'REL1_43-Fandom' }}\"}]}"

build:
needs: matrix_prep
Expand Down

0 comments on commit ed987ee

Please sign in to comment.