From 00e9c02650b34eaca787e0286d3016150dd421b5 Mon Sep 17 00:00:00 2001 From: Rich McGirr Date: Fri, 6 Sep 2024 06:38:26 -0400 Subject: [PATCH 1/3] Update tests --- .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 957d6f1..a994e92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ on: jobs: php-tests: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: matrix: include: @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 From bca01a0e5981d040c19578417fc8aeab0369347f Mon Sep 17 00:00:00 2001 From: Rich McGirr Date: Fri, 6 Sep 2024 06:44:45 -0400 Subject: [PATCH 2/3] Add workflow_dispatch --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a994e92..fbff7e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - master + workflow_dispatch: jobs: php-tests: From 2bc5097b0b41cc8dfabc52733bf5be86b99f017c Mon Sep 17 00:00:00 2001 From: Rich McGirr Date: Fri, 6 Sep 2024 06:56:59 -0400 Subject: [PATCH 3/3] Restart tests --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fbff7e1..a994e92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,6 @@ on: pull_request: branches: - master - workflow_dispatch: jobs: php-tests: