Skip to content

Commit 3da0413

Browse files
aszenzhomersimpsons
authored andcommitted
ci: Check for more versions
1 parent 2976a43 commit 3da0413

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ jobs:
2121
dependencies:
2222
- "lowest"
2323
- "highest"
24-
exclude:
25-
# Exclude lowest deps version as they don't support newer php versions
26-
- dependencies: "lowest"
27-
php-version: "8.3"
28-
- dependencies: "lowest"
29-
php-version: "8.2"
30-
- dependencies: "lowest"
31-
php-version: "8.1"
32-
- dependencies: "lowest"
33-
php-version: "8.0"
3424

3525
steps:
3626
- name: "Checkout"
@@ -51,6 +41,9 @@ jobs:
5141
run: "vendor/bin/phpunit -c phpunit.xml.dist"
5242

5343
- name: Upload coverage results to Coveralls
44+
# skip php-coversalls for lowest deps
45+
# it fails on lowest depedencies because old versions of guzzle doesn't work well with newer php versions
46+
if: "${{ 'highest' == matrix.dependencies }}"
5447
env:
5548
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5649
run: |

0 commit comments

Comments
 (0)