From f787250e4c05441db9f66efd3c980940e8335d50 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sun, 23 Nov 2025 08:35:54 +0100 Subject: [PATCH] Update the CI setup --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0ea0ab..abd3c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: jobs: Mink: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: selenium: [ '2.53.1', '3.141.59' ] @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Setup PHP uses: shivammathur/setup-php@v2