Skip to content

Commit e62f1f3

Browse files
committed
reduce matrix
1 parent 04189b3 commit e62f1f3

File tree

2 files changed

+1
-113
lines changed

2 files changed

+1
-113
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -314,118 +314,6 @@ jobs:
314314
run: |
315315
make -f scripts/ci/Makefile test
316316
317-
cur-dbg-zts-4:
318-
name: cur-dbg-zts-4
319-
env:
320-
PHP: "8.0"
321-
enable_debug: "yes"
322-
enable_zts: "yes"
323-
enable_session: "no"
324-
runs-on: ubuntu-20.04
325-
steps:
326-
- uses: actions/checkout@v2
327-
with:
328-
submodules: true
329-
- name: Install
330-
run: |
331-
sudo apt-get install -y \
332-
php-cli \
333-
php-pear \
334-
re2c
335-
- name: Prepare
336-
run: |
337-
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
338-
- name: Build
339-
run: |
340-
make -f scripts/ci/Makefile ext PECL=msgpack
341-
- name: Test
342-
run: |
343-
make -f scripts/ci/Makefile test
344-
345-
cur-dbg-zts-5:
346-
name: cur-dbg-zts-5
347-
env:
348-
PHP: "8.0"
349-
enable_debug: "no"
350-
enable_zts: "yes"
351-
enable_session: "no"
352-
runs-on: ubuntu-20.04
353-
steps:
354-
- uses: actions/checkout@v2
355-
with:
356-
submodules: true
357-
- name: Install
358-
run: |
359-
sudo apt-get install -y \
360-
php-cli \
361-
php-pear \
362-
re2c
363-
- name: Prepare
364-
run: |
365-
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
366-
- name: Build
367-
run: |
368-
make -f scripts/ci/Makefile ext PECL=msgpack
369-
- name: Test
370-
run: |
371-
make -f scripts/ci/Makefile test
372-
373-
cur-dbg-zts-6:
374-
name: cur-dbg-zts-6
375-
env:
376-
PHP: "8.0"
377-
enable_debug: "yes"
378-
enable_zts: "no"
379-
enable_session: "no"
380-
runs-on: ubuntu-20.04
381-
steps:
382-
- uses: actions/checkout@v2
383-
with:
384-
submodules: true
385-
- name: Install
386-
run: |
387-
sudo apt-get install -y \
388-
php-cli \
389-
php-pear \
390-
re2c
391-
- name: Prepare
392-
run: |
393-
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
394-
- name: Build
395-
run: |
396-
make -f scripts/ci/Makefile ext PECL=msgpack
397-
- name: Test
398-
run: |
399-
make -f scripts/ci/Makefile test
400-
401-
cur-dbg-zts-7:
402-
name: cur-dbg-zts-7
403-
env:
404-
PHP: "8.0"
405-
enable_debug: "no"
406-
enable_zts: "no"
407-
enable_session: "no"
408-
runs-on: ubuntu-20.04
409-
steps:
410-
- uses: actions/checkout@v2
411-
with:
412-
submodules: true
413-
- name: Install
414-
run: |
415-
sudo apt-get install -y \
416-
php-cli \
417-
php-pear \
418-
re2c
419-
- name: Prepare
420-
run: |
421-
make -f scripts/ci/Makefile php || make -f scripts/ci/Makefile clean php
422-
- name: Build
423-
run: |
424-
make -f scripts/ci/Makefile ext PECL=msgpack
425-
- name: Test
426-
run: |
427-
make -f scripts/ci/Makefile test
428-
429317
cur-cov-0:
430318
name: cur-cov-0
431319
env:

scripts/gen_github_workflow_ci.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"PHP" => $cur,
3838
"enable_debug",
3939
"enable_zts",
40-
"enable_session",
40+
"enable_session" => "yes",
4141
],
4242
"cur-cov" => [
4343
// once everything enabled for current, with coverage

0 commit comments

Comments
 (0)