Skip to content

Commit 4e3df05

Browse files
Merge pull request #264 from level-level/NielsdeBlaauw-patch-2
Run tests on ubuntu latest
2 parents 1e7f709 + 01c8b2e commit 4e3df05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build documents
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
php: ['7.4']
99
fail-fast: false
1010
name: PHP ${{ matrix.php }}
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)