File tree Expand file tree Collapse file tree 1 file changed +8
-27
lines changed Expand file tree Collapse file tree 1 file changed +8
-27
lines changed Original file line number Diff line number Diff line change 54
54
cd src/LazyImage
55
55
composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
56
56
php vendor/bin/simple-phpunit
57
- - name : TwigComponent
58
- run : |
59
- cd src/TwigComponent
60
- composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
61
- php vendor/bin/simple-phpunit
62
-
63
- tests-php-low-deps-74 :
64
- runs-on : ubuntu-latest
65
- steps :
66
- - uses : actions/checkout@master
67
- - uses : shivammathur/setup-php@v2
68
- with :
69
- php-version : ' 7.4'
70
- - name : LiveComponent
71
- run : |
72
- cd src/LiveComponent
73
- php ../../.github/build-packages.php
74
- composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
75
- php vendor/bin/simple-phpunit
76
57
77
58
tests-php-high-deps :
78
59
runs-on : ubuntu-latest
@@ -108,16 +89,16 @@ jobs:
108
89
- name : TwigComponent
109
90
run : |
110
91
cd src/TwigComponent
111
- composer config platform.php 7.4.99
112
- composer update --prefer-dist --no-interaction --no-ansi --no-progress
113
- php vendor/bin/simple-phpunit
114
- - name : LiveComponent
115
- run : |
116
- cd src/LiveComponent
117
- php ../../.github/build-packages.php
118
- composer config platform.php 7.4.99
119
92
composer update --prefer-dist --no-interaction --no-ansi --no-progress
120
93
php vendor/bin/simple-phpunit
94
+ # TODO: re-enable once LiveComponent is updated to use attributes
95
+ # - name: LiveComponent
96
+ # run: |
97
+ # cd src/LiveComponent
98
+ # php ../../.github/build-packages.php
99
+ # composer config platform.php 7.4.99
100
+ # composer update --prefer-dist --no-interaction --no-ansi --no-progress
101
+ # php vendor/bin/simple-phpunit
121
102
122
103
tests-js :
123
104
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments