Skip to content

Commit

Permalink
chore(PLATFORM-9825): update github PR checks to use MediaWiki REL1_43
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajmeller committed Feb 14, 2025
1 parent f1c55a0 commit 789811c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ 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 || 'master' }}\"}]}"
# TODO migration: bump php_version and mw version with each UCP upgrade
run: echo "::set-output name=matrix::{\"include\":[{\"php_version\":\"8.2\",\"mw\":\"REL1_43\"}]}"

build:
needs: matrix_prep
Expand Down

0 comments on commit 789811c

Please sign in to comment.