Skip to content

Commit

Permalink
Update integrate.yaml (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 7, 2024
1 parent f7f58cd commit ba07b1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ jobs:
php-version:
- "7.4"
- "8.0"
# 20.04 has PHP 7.4 and 8.0
runs-on: "ubuntu-20.04"
steps:
-
name: "Set default PHP version"
run: "sudo update-alternatives --set php /usr/bin/php${{ matrix.php-version }}"
-
name: "Checkout repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
-
name: "Install dependencies"
run: "composer update"
run: "composer update --no-interaction"
-
name: "Execute tests"
run: "composer run test"
run: "composer run test --no-interaction"

0 comments on commit ba07b1d

Please sign in to comment.