Skip to content

Commit

Permalink
Merge pull request #35 from icings/ndm2-patch-1
Browse files Browse the repository at this point in the history
4.x - Upgrade CI tooling.
  • Loading branch information
ndm2 authored Apr 25, 2023
2 parents be6d42d + 6705fd0 commit 683173a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -75,14 +75,14 @@ jobs:
- name: Code Coverage Report
if: success() && matrix.coverage != 'none'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

cs-stan:
name: Coding Standards & Static Analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 683173a

Please sign in to comment.