From 6c3e721d277981beaa24ddc37cb2551463fb4928 Mon Sep 17 00:00:00 2001 From: William Raendchen <105014007+epic-64@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:36:36 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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