Skip to content

Commit

Permalink
No Db Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-magas committed Dec 23, 2023
1 parent 9b01baf commit 808ae13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-alpine-fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
moodle_version: [311,400,401]
env:
VERSION: ${{ matrix.moodle_version }}
DB_TYPE: ${{ matrix.database }}
PHP_VERSION: "7.4"
steps:
- name: Check Out Repo
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
strategy:
matrix:
moodle_version: [311,400,401]
database: ['all','mysqli','pgsql']
env:
VERSION: ${{ matrix.moodle_version }}
DB_TYPE: ${{ matrix.database }}
PHP_VERSION: "7.4"
steps:
- name: Check Out Repo
Expand Down

0 comments on commit 808ae13

Please sign in to comment.