Skip to content

Commit

Permalink
CI: Use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 31, 2023
1 parent ea79747 commit 888ab98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
linux_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"

strategy:
Expand All @@ -31,10 +31,6 @@ jobs:
tools: composer:v2
coverage: none

- name: Fix PHPUnit for PHP 8
run: composer config platform.php 7.4
if: matrix.php >= 8.0

- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress

Expand Down

0 comments on commit 888ab98

Please sign in to comment.