File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
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 99 - v*
1010
1111jobs :
12- update-version :
13- runs-on : ubuntu-latest
12+ tag :
13+ runs-on : ubuntu-24.04
14+ permissions :
15+ contents : write
1416 steps :
1517 - uses : actions/checkout@v5
1618 with :
You can’t perform that action at this time.
0 commit comments