We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993e12c commit f1c2bbfCopy full SHA for f1c2bbf
.github/workflows/ci.yml
@@ -43,9 +43,7 @@ jobs:
43
44
- name: "Install packages for PHP 8.4"
45
if: ${{ matrix.php-version == '8.4' }}
46
- run: |
47
- composer install --ignore-platform-reqs
48
- composer up vimeo/[email protected] --ignore-platform-reqs
+ run: "composer install --ignore-platform-reqs"
49
50
- name: "Run tests (old PHP versions)"
51
if: ${{ matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1' }}
@@ -57,7 +55,7 @@ jobs:
57
55
58
56
- name: "Run tests (PHP 8.4)"
59
60
- run: "make -j -O test"
+ run: "make -j -O test-phpunit test-examples"
61
62
- name: "Send code coverage"
63
if: ${{ matrix.php-version == '8.3' }}
0 commit comments