File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 npm-update :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04
99 if : ${{ github.actor == 'dependabot[bot]' }}
1010 permissions :
1111 contents : write
1414 - uses : actions/checkout@v5
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 18
17+ node-version : 24
1818 cache : npm
1919 - name : Checkout PR
2020 run : gh pr checkout ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : false
1919 matrix :
20- os : [ubuntu-22 .04, ubuntu-24.04]
21- version : ['latest', '1.24.0 ']
20+ os : [ubuntu-24 .04, ubuntu-24.04-arm ]
21+ version : ['latest', '1.24.7 ']
2222 steps :
2323 - uses : actions/checkout@v5
2424 - uses : ./
@@ -28,10 +28,10 @@ jobs:
2828 version : ${{ matrix.version }}
2929 - name : ddev version
3030 run : |
31- if [[ ${{ matrix.version }} == '1.24.0 ' ]]; then
32- test "$(ddev --version)" == 'ddev version v1.24.0 '
31+ if [[ ${{ matrix.version }} == '1.24.7 ' ]]; then
32+ test "$(ddev --version)" == 'ddev version v1.24.7 '
3333 else
34- test "$(ddev --version)" != 'ddev version v1.24.0 '
34+ test "$(ddev --version)" != 'ddev version v1.24.7 '
3535 fi
3636 - name : ddev stopped
3737 run : |
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 tag :
24- runs-on : ubuntu-latest
24+ runs-on : ubuntu-24.04
2525 permissions :
2626 contents : write
2727 steps :
You can’t perform that action at this time.
0 commit comments