File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Checkout the repository
1414 uses : actions/checkout@v4
15+ with :
16+ fetch-depth : 0 # Fetch full history for proper merging
17+ ref : 3.3.x # Checkout the 3.3.x branch
1518
1619 - name : Fetch the latest commit information
1720 id : get-commit-info
3538 run : git fetch --all
3639
3740 - name : Merge 3.3.x into master
38- # First checkout 3.3.x and master to track from origin, then try merging to master
3941 run : |
40- git checkout 3.3.x
4142 git checkout master
4243 if git merge --no-ff 3.3.x; then
4344 echo "merge_failed=false" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ jobs:
351351
352352 # Other database types, namely sqlite3 and mssql
353353 other-tests :
354- runs-on : ubuntu-22 .04
354+ runs-on : ubuntu-20 .04
355355 strategy :
356356 matrix :
357357 include :
You can’t perform that action at this time.
0 commit comments