File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 93
93
name : " Test for Memory Leaks"
94
94
runs-on : " ubuntu-latest"
95
95
96
+ strategy :
97
+ fail-fast : false
98
+ matrix :
99
+ php :
100
+ - " 8.3"
101
+ icu :
102
+ - " 73.2"
103
+
96
104
steps :
97
105
- name : " Checkout repository"
98
106
uses : " actions/checkout@v4"
@@ -106,8 +114,8 @@ jobs:
106
114
- name : " Install PHP"
107
115
uses :
" shivammathur/[email protected] "
108
116
with :
109
- php-version : " latest "
110
- extensions : " intl-73.2 "
117
+ php-version : " ${{ matrix.php }} "
118
+ extensions : " intl-${{ matrix.icu }} "
111
119
coverage : " none"
112
120
env :
113
121
debug : true
@@ -143,9 +151,6 @@ jobs:
143
151
- " 72.1"
144
152
- " 73.1"
145
153
- " 73.2"
146
- include :
147
- - php-version : " 8.3"
148
- composer-options : " --ignore-platform-reqs"
149
154
150
155
steps :
151
156
- name : " Checkout repository"
You can’t perform that action at this time.
0 commit comments