Skip to content

Commit

Permalink
Merge pull request #17 from webfactory/update-workflows-ubuntu2004
Browse files Browse the repository at this point in the history
Führe GitHub Actions Workflows mit Ubuntu 20.04 aus
  • Loading branch information
mpdude committed Jan 21, 2022
2 parents db73821 + 2ac5f85 commit c1f76af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depedencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
jobs:
composer-require-checker:
name: Check missing composer requirements
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Configure Composer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix-cs-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Coding Standards
jobs:
open-pr-for-cs-violations:
name: PHP-CS-Fixer
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
PHPUnit:
name: PHPUnit
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Configure Composer
Expand Down

0 comments on commit c1f76af

Please sign in to comment.