Skip to content

chore: force renovatebot to php8.3 for now #82

chore: force renovatebot to php8.3 for now

chore: force renovatebot to php8.3 for now #82

Workflow file for this run

name: Sync main branch
on:
push:
branches:
- 'main'
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge main -> versioned
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: versioned
github_token: ${{ github.token }}