Skip to content

Commit

Permalink
chore(ci): use matrix to test php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EHER committed Sep 25, 2023
1 parent 0622e54 commit 33a89cd
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 33a89cd

Please sign in to comment.