Skip to content

Commit

Permalink
Fix Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-magas committed Jan 11, 2024
1 parent 4b8e9e7 commit 6a2534f
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 249 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/deploy-alpine-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
moodle_version: [311,400,401]
moodle_version: [311,400,401,402,403]
php_version: ['7.4','8.0','8.1','8.2']
exclude:
- moodle_version: [311,400]
php_version: ['8.1','8.2']
- moodle_version: 401
php_version: ['8.2']
- moodle_version: 402
php_version: ['7.4','8.2']
- moodle_version: 403
php_version: '7.4'
env:
VERSION: ${{ matrix.moodle_version }}
PHP_VERSION: "7.4"
PHP_VERSION: "${{ matrix.moodle_version }}"
steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/deploy-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
moodle_version: [311,400,401]
moodle_version: [311,400,401,402,403]
php_version: ['7.4','8.0','8.1','8.2']
exclude:
- moodle_version: [311,400]
php_version: ['8.1','8.2']
- moodle_version: 401
php_version: ['8.2']
- moodle_version: 402
php_version: ['7.4','8.2']
- moodle_version: 403
php_version: '7.4'
env:
VERSION: ${{ matrix.moodle_version }}
PHP_VERSION: "7.4"
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/deploy-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
moodle_version: [311,400,401]
moodle_version: [311,400,401,402,403]
php_version: ['7.4','8.0','8.1','8.2']
exclude:
- moodle_version: [311,400]
php_version: ['8.1','8.2']
- moodle_version: 401
php_version: ['8.2']
- moodle_version: 402
php_version: ['7.4','8.2']
- moodle_version: 403
php_version: '7.4'
env:
VERSION: ${{ matrix.moodle_version }}
PHP_VERSION: "7.4"
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/php_80.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/php_80_alpine_fpm.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/php_80_fpm.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/php_81.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/php_81_alpine_fpm.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/php_81_fpm.yml

This file was deleted.

0 comments on commit 6a2534f

Please sign in to comment.