Skip to content

Commit

Permalink
Merge pull request #121 from cloudinary-community/chore/update-test-m…
Browse files Browse the repository at this point in the history
…atrix

chore: update test matrix to test against 7.2+
  • Loading branch information
joshmanders authored Jul 30, 2024
2 parents 20082c2 + a99a470 commit 47701de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.3]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]

name: PHP ${{ matrix.php }}

Expand All @@ -30,7 +30,8 @@ jobs:
coverage: none

- name: Install dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
# TODO: remove --ignore-platform-reqs when we have stable v2 release
run: composer install --no-interaction --prefer-dist --optimize-autoloader --ignore-platform-reqs

- name: Execute tests
run: vendor/bin/pest

0 comments on commit 47701de

Please sign in to comment.