Skip to content

Commit

Permalink
fix(ci): force to use PHP 7 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
e-picas committed Jan 28, 2024
1 parent bf79b81 commit a52bc4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:

bump_release:
run_tests:
name: "PHP unit tests & code standards"
runs-on: ubuntu-latest
permissions:
Expand All @@ -25,6 +25,11 @@ jobs:
fetch-depth: 0
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

- name: Setup PHP 7.4
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- name: Install composer dependencies
uses: php-actions/composer@v6

Expand Down

0 comments on commit a52bc4f

Please sign in to comment.