Skip to content

Commit 47701de

Browse files
authored
Merge pull request #121 from cloudinary-community/chore/update-test-matrix
chore: update test matrix to test against 7.2+
2 parents 20082c2 + a99a470 commit 47701de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.3]
16+
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1717

1818
name: PHP ${{ matrix.php }}
1919

@@ -30,7 +30,8 @@ jobs:
3030
coverage: none
3131

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

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

0 commit comments

Comments
 (0)