diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61a9d9f..2418569 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: jobs: tests: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -35,4 +35,4 @@ jobs: - run: composer install --no-interaction - name: PHPUnit - run: phpunit --coverage-text \ No newline at end of file + run: phpunit --coverage-text