We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef70b5f commit 3bfff74Copy full SHA for 3bfff74
.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
0 commit comments