Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Oct 16, 2024
1 parent a829051 commit d3dc284
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,12 @@ jobs:
version: ${{ inputs.project-version }}

- name: Setup PHP Action
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
run: |
sudo dnf module install php:7.4/default
# uses: shivammathur/setup-php@v2
# with:
# php-version: 7.4
# coverage: none

- name: Cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit d3dc284

Please sign in to comment.