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.
2 parents 1e7f709 + 01c8b2e commit 4e3df05Copy full SHA for 4e3df05
.github/workflows/doc.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build:
9
name: Build documents
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repository
13
uses: actions/checkout@v1
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
php: ['7.4']
fail-fast: false
name: PHP ${{ matrix.php }}
14
uses: actions/checkout@v2
0 commit comments