Skip to content

Commit 6d30370

Browse files
committed
use php 8.1 for tests
1 parent ac97ca8 commit 6d30370

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,6 @@ jobs:
101101
run: php vendor/bin/simple-phpunit
102102
working-directory: src/LazyImage
103103

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-
113104
tests-php8-low-deps:
114105
runs-on: ubuntu-latest
115106
steps:
@@ -193,6 +184,15 @@ jobs:
193184
working-directory: src/LiveComponent
194185
run: php vendor/bin/simple-phpunit
195186

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+
196196
- name: Notify Dependencies
197197
uses: ramsey/composer-install@v2
198198
with:

0 commit comments

Comments
 (0)