Skip to content

Commit

Permalink
Update test-drupal-setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fago authored Apr 16, 2024
1 parent 2dbfe11 commit bb42b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-drupal-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
branches:
- '6.**'
pull_request:
types: [opened, reopened]
types: [opened, reopened, edited]
jobs:
test-drupal-setup:
name: Build and install drupal project
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup PHP
run: |
sudo update-alternatives --set php /usr/bin/php8.1
Expand Down

0 comments on commit bb42b10

Please sign in to comment.