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]
3
3
jobs :
4
4
main :
5
5
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
7
7
env :
8
8
DB_DATABASE : phplist
9
9
DB_USERNAME : root
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
make-restapi-docs :
10
10
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
12
12
steps :
13
13
- name : Checkout Repository
14
14
uses : actions/checkout@v3
41
41
42
42
deploy-docs :
43
43
name : Deploy REST API Specification
44
- runs-on : ubuntu-20 .04
44
+ runs-on : ubuntu-22 .04
45
45
needs : make-restapi-docs
46
46
steps :
47
47
- name : Setup Node.js
You can’t perform that action at this time.
0 commit comments