Skip to content

Commit

Permalink
Merge pull request #264 from level-level/NielsdeBlaauw-patch-2
Browse files Browse the repository at this point in the history
Run tests on ubuntu latest
  • Loading branch information
NielsdeBlaauw authored Nov 16, 2023
2 parents 1e7f709 + 01c8b2e commit 4e3df05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build documents
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
php: ['7.4']
fail-fast: false
name: PHP ${{ matrix.php }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 4e3df05

Please sign in to comment.