From 9dfbc4a276f0c01e80eee0a699b5c758005ea346 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 6 Nov 2024 05:12:26 -0500 Subject: [PATCH] Run tests on Chromium 122 (#662) --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bbd60ab..d4a3903 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,10 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 + - uses: browser-actions/setup-chrome@v1 + with: + chrome-version: 122 + - name: Setup PHP uses: shivammathur/setup-php@v2 with: @@ -81,4 +85,4 @@ jobs: - name: Execute PHPUnit run: vendor/bin/phpunit env: - CHROME_PATH: google-chrome-stable + CHROME_PATH: /opt/hostedtoolcache/setup-chrome/chromium/122.0.6261.128/x64/chrome