Skip to content

Commit e453487

Browse files
committed
Disable cachewerk/relay on 8.5 for now
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 57e55d7 commit e453487

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: Require cachewerk/relay
7070
run: |
7171
composer require cachewerk/relay --no-interaction --no-update
72+
if: matrix.php != 8.5
7273

7374
- name: Install dependencies
7475
run: |
@@ -131,6 +132,7 @@ jobs:
131132
- name: Require cachewerk/relay
132133
run: |
133134
composer require cachewerk/relay --no-interaction --no-update
135+
if: matrix.php != 8.5
134136

135137
- name: Install dependencies
136138
run: |
@@ -191,6 +193,7 @@ jobs:
191193
- name: Require cachewerk/relay
192194
run: |
193195
composer require cachewerk/relay --no-interaction --no-update
196+
if: matrix.php != 8.5
194197

195198
- name: Install dependencies
196199
run: |
@@ -242,6 +245,7 @@ jobs:
242245
- name: Require cachewerk/relay
243246
run: |
244247
composer require cachewerk/relay --no-interaction --no-update
248+
if: matrix.php != 8.5
245249

246250
- name: Install dependencies
247251
run: |

0 commit comments

Comments
 (0)