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 6a2534f commit 682a380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-alpine-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php_version: '7.4'
env:
VERSION: ${{ matrix.moodle_version }}
PHP_VERSION: "${{ matrix.moodle_version }}"
PHP_VERSION: "${{ matrix.php_version }}"
steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php_version: '7.4'
env:
VERSION: ${{ matrix.moodle_version }}
PHP_VERSION: "7.4"
PHP_VERSION: "${{ matrix.php_version }}"
steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php_version: '7.4'
env:
VERSION: ${{ matrix.moodle_version }}
PHP_VERSION: "7.4"
PHP_VERSION: "${{ matrix.php_version }}"
steps:
- name: Check Out Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 682a380

Please sign in to comment.