Skip to content

Commit 726fe75

Browse files
committed
ci: update Ruby versions and enable Chrome dockerization in test workflow
1 parent fbfc56e commit 726fe75

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
14+
ruby: ["3.1", "3.2", "3.3", "3.4", "4.0"]
1515
runs-on: ubuntu-latest
1616
env:
1717
FERRUM_PROCESS_TIMEOUT: 25
1818
FERRUM_DEFAULT_TIMEOUT: 15
19+
FERRUM_CHROME_DOCKERIZE: true
1920
steps:
2021
- name: Checkout code
2122
uses: actions/checkout@v4
@@ -31,11 +32,6 @@ jobs:
3132
with:
3233
chrome-version: stable
3334

34-
- name: Fix GA Chrome Permissions
35-
run: |
36-
sudo chown root:root /opt/hostedtoolcache/setup-chrome/chromium/stable/x64/chrome-sandbox
37-
sudo chmod 4755 /opt/hostedtoolcache/setup-chrome/chromium/stable/x64/chrome-sandbox
38-
3935
- name: Run tests
4036
run: |
4137
mkdir -p /tmp/cuprite

0 commit comments

Comments
 (0)