Skip to content

Commit

Permalink
Use shivammathur/setup-php and setup PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bezin committed Mar 19, 2024
1 parent 3d13f23 commit 11f26fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2', '8.3' ]

steps:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}

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

Expand Down

0 comments on commit 11f26fa

Please sign in to comment.