1313 matrix-include : ${{ steps.set-matrix.outputs.matrix-include }}
1414 windows-matrix-include : ${{ steps.set-matrix.outputs.windows-matrix-include }}
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 # Set fetch-depth to 0 to clone the full repository
1919 # including all branches. This is required to find
5454 runs-on : ubuntu-20.04
5555 steps :
5656 - name : git checkout
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v4
5858 with :
5959 ref : ${{ matrix.branch.ref }}
6060 - name : Create MSSQL container
8484 - name : Test Tracing JIT
8585 uses : ./.github/actions/test-linux
8686 with :
87+ jitType : tracing
8788 runTestsParameters : >-
8889 ${{ matrix.run_tests_parameters }}
8990 -d zend_extension=opcache.so
@@ -102,12 +103,12 @@ jobs:
102103 if : matrix.test_function_jit
103104 uses : ./.github/actions/test-linux
104105 with :
106+ jitType : function
105107 runTestsParameters : >-
106108 ${{ matrix.run_tests_parameters }}
107109 -d zend_extension=opcache.so
108110 -d opcache.enable_cli=1
109111 -d opcache.jit_buffer_size=16M
110- -d opcache.jit=1205
111112 - name : Verify generated files are up to date
112113 uses : ./.github/actions/verify-generated-files
113114 - name : Notify Slack
@@ -142,7 +143,7 @@ jobs:
142143 MYSQL_ROOT_PASSWORD : root
143144 steps :
144145 - name : git checkout
145- uses : actions/checkout@v3
146+ uses : actions/checkout@v4
146147 with :
147148 ref : ${{ matrix.branch.ref }}
148149 - name : apt
@@ -165,6 +166,7 @@ jobs:
165166 - name : Test Tracing JIT
166167 uses : ./.github/actions/test-linux
167168 with :
169+ jitType : tracing
168170 runTestsParameters : >-
169171 ${{ matrix.run_tests_parameters }}
170172 -d zend_extension=opcache.so
@@ -180,12 +182,12 @@ jobs:
180182 - name : Test Function JIT
181183 uses : ./.github/actions/test-linux
182184 with :
185+ jitType : function
183186 runTestsParameters : >-
184187 ${{ matrix.run_tests_parameters }}
185188 -d zend_extension=opcache.so
186189 -d opcache.enable_cli=1
187190 -d opcache.jit_buffer_size=16M
188- -d opcache.jit=1205
189191 - name : Notify Slack
190192 if : failure()
191193 uses : ./.github/actions/notify-slack
@@ -201,10 +203,10 @@ jobs:
201203 debug : [true, false]
202204 zts : [true, false]
203205 name : " ${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
204- runs-on : macos-11
206+ runs-on : macos-12
205207 steps :
206208 - name : git checkout
207- uses : actions/checkout@v3
209+ uses : actions/checkout@v4
208210 with :
209211 ref : ${{ matrix.branch.ref }}
210212 - name : brew
@@ -226,6 +228,7 @@ jobs:
226228 - name : Test Tracing JIT
227229 uses : ./.github/actions/test-macos
228230 with :
231+ jitType : tracing
229232 runTestsParameters : >-
230233 -d zend_extension=opcache.so
231234 -d opcache.enable_cli=1
@@ -241,12 +244,12 @@ jobs:
241244 - name : Test Function JIT
242245 uses : ./.github/actions/test-macos
243246 with :
247+ jitType : function
244248 runTestsParameters : >-
245249 -d zend_extension=opcache.so
246250 -d opcache.enable_cli=1
247251 -d opcache.protect_memory=1
248252 -d opcache.jit_buffer_size=16M
249- -d opcache.jit=1205
250253 - name : Verify generated files are up to date
251254 uses : ./.github/actions/verify-generated-files
252255 - name : Notify Slack
@@ -259,7 +262,7 @@ jobs:
259262 runs-on : ubuntu-20.04
260263 steps :
261264 - name : git checkout
262- uses : actions/checkout@v3
265+ uses : actions/checkout@v4
263266 - name : Create MSSQL container
264267 uses : ./.github/actions/setup-mssql
265268 - name : Create Oracle container
@@ -308,7 +311,7 @@ jobs:
308311 USE_TRACKED_ALLOC : 1
309312 steps :
310313 - name : git checkout
311- uses : actions/checkout@v3
314+ uses : actions/checkout@v4
312315 with :
313316 ref : ${{ matrix.branch.ref }}
314317 - name : apt
@@ -424,7 +427,7 @@ jobs:
424427 runs-on : ubuntu-20.04
425428 steps :
426429 - name : git checkout
427- uses : actions/checkout@v3
430+ uses : actions/checkout@v4
428431 with :
429432 ref : ${{ matrix.branch.ref }}
430433 - name : Create MSSQL container
@@ -500,7 +503,7 @@ jobs:
500503 runs-on : ubuntu-22.04
501504 steps :
502505 - name : git checkout
503- uses : actions/checkout@v3
506+ uses : actions/checkout@v4
504507 with :
505508 ref : ${{ matrix.branch.ref }}
506509 - name : apt
@@ -599,7 +602,7 @@ jobs:
599602 runs-on : ubuntu-20.04
600603 steps :
601604 - name : git checkout
602- uses : actions/checkout@v3
605+ uses : actions/checkout@v4
603606 with :
604607 ref : ${{ matrix.branch.ref }}
605608 - name : apt
@@ -670,7 +673,7 @@ jobs:
670673 - name : git config
671674 run : git config --global core.autocrlf false && git config --global core.eol lf
672675 - name : git checkout
673- uses : actions/checkout@v3
676+ uses : actions/checkout@v4
674677 with :
675678 ref : ${{ matrix.branch.ref }}
676679 - name : Setup
0 commit comments