File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,6 @@ jobs:
101
101
run : php vendor/bin/simple-phpunit
102
102
working-directory : src/LazyImage
103
103
104
- - name : Notify Dependencies
105
- uses : ramsey/composer-install@v2
106
- with :
107
- working-directory : src/Notify
108
- dependency-versions : lowest
109
- - name : Notify Tests
110
- run : php vendor/bin/simple-phpunit
111
- working-directory : src/Notify
112
-
113
104
tests-php8-low-deps :
114
105
runs-on : ubuntu-latest
115
106
steps :
@@ -193,6 +184,15 @@ jobs:
193
184
working-directory : src/LiveComponent
194
185
run : php vendor/bin/simple-phpunit
195
186
187
+ tests-php81-high-deps :
188
+ runs-on : ubuntu-latest
189
+ steps :
190
+ - uses : actions/checkout@master
191
+ - uses : shivammathur/setup-php@v2
192
+ with :
193
+ php-version : ' 8.1'
194
+ - run : php .github/build-packages.php
195
+
196
196
- name : Notify Dependencies
197
197
uses : ramsey/composer-install@v2
198
198
with :
You can’t perform that action at this time.
0 commit comments