Skip to content

Commit c8a8dc7

Browse files
Change matrix
1 parent 61ddf1e commit c8a8dc7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- { wp: 34, php: 53 }
19-
- { wp: 48, php: 56 }
20-
- { wp: 55, php: 56 }
21-
- { wp: 60, php: 74 }
22-
- { wp: 63, php: 74 }
23-
- { wp: 67, php: 74 }
24-
- { wp: 67, php: 80 }
18+
- { wp: 4, php: 56 }
19+
- { wp: 4, php: 70 }
20+
- { wp: 5, php: 73 }
21+
- { wp: 6, php: 73 }
22+
- { wp: 63, php: 80 }
2523
- { wp: 67, php: 82 }
2624
steps:
2725
- name: Checkout code

0 commit comments

Comments
 (0)