Skip to content

Commit

Permalink
Run PR validation checks using PHP 7.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Aug 15, 2023
1 parent 7dd06f5 commit 88e08dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ defaults:
jobs:
validate-pull-request:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- uses: actions/checkout@v3
- name: Validate composer file
run: |
Expand Down

0 comments on commit 88e08dc

Please sign in to comment.