Skip to content

Commit d618c94

Browse files
authored
[1.x] Supports Relay driver on PHP 8.4 (#421)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent ac3b8e5 commit d618c94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
- name: Require cachewerk/relay
6363
run: |
6464
composer require cachewerk/relay --no-interaction --no-update
65-
if: matrix.php != 8.4
6665
6766
- name: Install dependencies
6867
run: |
@@ -125,7 +124,6 @@ jobs:
125124
- name: Require cachewerk/relay
126125
run: |
127126
composer require cachewerk/relay --no-interaction --no-update
128-
if: matrix.php != 8.4
129127
130128
- name: Install dependencies
131129
run: |
@@ -186,7 +184,6 @@ jobs:
186184
- name: Require cachewerk/relay
187185
run: |
188186
composer require cachewerk/relay --no-interaction --no-update
189-
if: matrix.php != 8.4
190187
191188
- name: Install dependencies
192189
run: |
@@ -238,7 +235,6 @@ jobs:
238235
- name: Require cachewerk/relay
239236
run: |
240237
composer require cachewerk/relay --no-interaction --no-update
241-
if: matrix.php != 8.4
242238
243239
- name: Install dependencies
244240
run: |

0 commit comments

Comments
 (0)