Skip to content

Commit

Permalink
Mise à jour du workflow CI et du fichier matrix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Mar 25, 2024
1 parent 5c34e12 commit 1f38caf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 23 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,23 @@ jobs:
submodules: recursive
- name: Install npm dependencies
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: npm install
- name: "Generate file SH IF LAST"
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: npm run docker:build:php --folder=${{ matrix.php.version }} --xdebug=${{ matrix.php.xdebug }} --latest=${{ matrix.php.latest }} --select=phpfpm
- name: "Build image PHP FPM"
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: ./build-php-fpm-${{ matrix.php.version }}.sh
- name: "TAG image PHP FPM"
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: ./tag-php-fpm-${{ matrix.php.version }}.sh
- name: "Show images"
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: npm run docker:image:ls
- name: Set up QEMU
if: github.ref == 'refs/heads/main' && matrix.php.disable == 'off'
Expand Down Expand Up @@ -92,18 +97,23 @@ jobs:
submodules: recursive
- name: Install npm dependencies
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: npm install
- name: "Generate file SH IF LAST"
if: matrix.php.disable == 'off'
timeout-minutes: 60
run: npm run docker:build:php --folder=${{ matrix.php.version }} --xdebug=${{ matrix.php.xdebug }} --latest=${{ matrix.php.latest }} --select=apache
- name: "Build image PHP APACHE"
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: ./build-php-apache-${{ matrix.php.version }}.sh
- name: "TAG image PHP APACHE"
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: ./tag-php-apache-${{ matrix.php.version }}.sh
- name: "Show images"
timeout-minutes: 60
if: matrix.php.disable == 'off'
run: npm run docker:image:ls
- name: Set up QEMU
if: github.ref == 'refs/heads/main' && matrix.php.disable == 'off'
Expand Down
46 changes: 23 additions & 23 deletions matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,139 +9,139 @@
{
"version": "7.4.12",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "7.4.33",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.0.15",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.0.27",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.0.29",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.1.6",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.1.11",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.1.13",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.1.20",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.0",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.1",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.2",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.3",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.4",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.5",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.6",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.7",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.8",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.9",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.10",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.11",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.2.12",
"latest": "off",
"disable": "on",
"disable": "off",
"xdebug": "off"
},
{
"version": "8.3.0",
"latest": "on",
"disable": "on",
"disable": "off",
"xdebug": "on"
},
{
Expand Down

0 comments on commit 1f38caf

Please sign in to comment.