Skip to content

Commit

Permalink
Merge branch 'MDL-73212_400' of https://github.com/stronk7/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_400_STABLE
  • Loading branch information
junpataleta committed Jun 21, 2022
2 parents bd26046 + efa7b63 commit 5b993c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/push.yml
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
Grunt:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Checking out code
Expand Down Expand Up @@ -54,11 +54,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
php: 7.3
extensions:
db: mysqli
- os: ubuntu-18.04
- os: ubuntu-20.04
php: 8.0
db: pgsql
extensions: xmlrpc-beta
Expand Down Expand Up @@ -111,4 +111,5 @@ jobs:
- name: Running PHPUnit tests
env:
dbtype: ${{ matrix.db }}
run: vendor/bin/phpunit -v
phpunit_options: ${{ secrets.phpunit_options }}
run: vendor/bin/phpunit $phpunit_options

0 comments on commit 5b993c6

Please sign in to comment.