We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cec7c9 commit 3c3df09Copy full SHA for 3c3df09
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
jobs:
4
main:
5
name: phpList Base Dist on PHP ${{ matrix.php-versions }}, with dist ${{ matrix.dependencies }} [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/restapi-docs.yml
@@ -8,7 +8,7 @@ on:
make-restapi-docs:
10
name: Checkout phpList rest-api and generate docs specification (OpenAPI latest-restapi.json)
11
12
steps:
13
- name: Checkout Repository
14
uses: actions/checkout@v3
@@ -41,7 +41,7 @@ jobs:
41
42
deploy-docs:
43
name: Deploy REST API Specification
44
45
needs: make-restapi-docs
46
47
- name: Setup Node.js
0 commit comments