Skip to content

Commit

Permalink
Add GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
krmgns committed Jul 7, 2024
1 parent 80577b9 commit cf0229b
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,11 +10,16 @@ jobs:

strategy:
matrix:
php-version: ['8.2']
php-version: ['8.2', '8.3']

steps:
- uses: actions/checkout@v4

- name: Install 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 cf0229b

Please sign in to comment.