Skip to content

Commit

Permalink
Run tests on Chromium 122
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 6, 2024
1 parent dc463f0 commit 8efe24a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 8efe24a

Please sign in to comment.