Skip to content

Commit

Permalink
chore(ci): Setup PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 13, 2023
1 parent 1642add commit 92532d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ permissions:

jobs:
build:

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

steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}

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

0 comments on commit 92532d5

Please sign in to comment.