File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, pull_request]
33jobs :
44 main :
55 name : phpList Base Dist on PHP ${{ matrix.php-versions }}, with dist ${{ matrix.dependencies }} [Build, Test]
6- runs-on : ubuntu-20 .04
6+ runs-on : ubuntu-22 .04
77 env :
88 DB_DATABASE : phplist
99 DB_USERNAME : root
Original file line number Diff line number Diff line change 88jobs :
99 make-restapi-docs :
1010 name : Checkout phpList rest-api and generate docs specification (OpenAPI latest-restapi.json)
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 steps :
1313 - name : Checkout Repository
1414 uses : actions/checkout@v3
4141
4242 deploy-docs :
4343 name : Deploy REST API Specification
44- runs-on : ubuntu-20 .04
44+ runs-on : ubuntu-22 .04
4545 needs : make-restapi-docs
4646 steps :
4747 - name : Setup Node.js
You can’t perform that action at this time.
0 commit comments