Skip to content

Commit 89044e3

Browse files
committed
ISSUE-345: update runner
1 parent ef70b5f commit 89044e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
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

Diff for: .github/workflows/core-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
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
@@ -41,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)