Skip to content

Commit

Permalink
Merge pull request #60 from didoda/feat/3.x/update-php-workflow
Browse files Browse the repository at this point in the history
[3.x] Php workflow - ubuntu 20.04
  • Loading branch information
stefanorosanelli authored Mar 14, 2022
2 parents 8588cb4 + 84e6c5d commit f5597f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cs:
name: 'Check coding style'
if: "!contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-20.04'

strategy:
matrix:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
stan:
name: 'Static code analyzer'
if: "!contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-20.04'
continue-on-error: true

strategy:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
unit:
name: 'Run unit tests'
if: "!contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]')"
runs-on: 'ubuntu-18.04'
runs-on: 'ubuntu-20.04'
env:
BEDITA_API_KEY: 12345
BEDITA_API: http://127.0.0.1:8080
Expand Down

0 comments on commit f5597f1

Please sign in to comment.