Skip to content

Commit

Permalink
Merge pull request #100 from codelicia/fix-php-version
Browse files Browse the repository at this point in the history
chore(ci): use matrix to test php versions
  • Loading branch information
EHER authored Sep 26, 2023
2 parents 0622e54 + 3aff829 commit 48a981c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: Install dependencies
run: composer install --prefer-dist --classmap-authoritative

Expand Down

0 comments on commit 48a981c

Please sign in to comment.