File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
16-
15+ - uses : actions/checkout@v4
1716 - name : Install PHP
1817 uses : shivammathur/setup-php@v2
1918 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
16-
15+ - uses : actions/checkout@v4
16+
1717 - run : docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818
1919 - name : Validate composer.json and composer.lock
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
16-
15+ - uses : actions/checkout@v4
16+
1717 - run : docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.59-oxygen
1818
1919 - name : Validate composer.json and composer.lock
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
16-
15+ - uses : actions/checkout@v4
16+
1717 - run : docker run -d --net=host --shm-size=2g selenium/standalone-firefox:3.141.59-oxygen
1818
1919 - name : Validate composer.json and composer.lock
You can’t perform that action at this time.
0 commit comments