Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
Install specific PHP version
  • Loading branch information
Martin1982 authored Feb 2, 2024
1 parent ba65ee0 commit 0375edc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: zip

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit 0375edc

Please sign in to comment.