We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef70b5f commit 89044e3Copy full SHA for 89044e3
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
jobs:
4
main:
5
name: phpList on PHP ${{ matrix.php-versions }} [Build, Test]
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
7
env:
8
DB_DATABASE: phplist
9
DB_USERNAME: root
.github/workflows/core-docs.yml
make-restapi-docs:
name: Checkout phpList core and generate docs using `phpDocumentor`
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -41,7 +41,7 @@ jobs:
41
path: phpdocumentor.zip
42
deploy-docs:
43
name: Deploy Core Docs
44
45
needs: make-restapi-docs
46
47
- name: Checkout phplist/core-docs
0 commit comments