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 on PHP ${{ matrix.php-versions }} [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 @@ -3,7 +3,7 @@ on: [push, pull_request]
33jobs :
44 make-restapi-docs :
55 name : Checkout phpList core and generate docs using `phpDocumentor`
6- runs-on : ubuntu-20 .04
6+ runs-on : ubuntu-22 .04
77 steps :
88 - name : Checkout
99 uses : actions/checkout@v3
4141 path : phpdocumentor.zip
4242 deploy-docs :
4343 name : Deploy Core Docs
44- runs-on : ubuntu-20 .04
44+ runs-on : ubuntu-22 .04
4545 needs : make-restapi-docs
4646 steps :
4747 - name : Checkout phplist/core-docs
You can’t perform that action at this time.
0 commit comments