Skip to content

Commit

Permalink
Reduce CI time.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Mar 31, 2023
1 parent 7ce1e89 commit a70602d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ jobs:
runs-on: ubuntu-22.04

services:
postgres:
image: postgres:12.0
env:
POSTGRES_USER: 'postgres'
POSTGRES_HOST_AUTH_METHOD: 'trust'
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
mariadb:
image: mariadb:10.5
env:
Expand All @@ -28,18 +20,9 @@ jobs:
fail-fast: false
matrix:
include:
- php: 7.4
moodle-branch: 'MOODLE_401_STABLE'
database: pgsql
- php: 7.4
moodle-branch: 'MOODLE_401_STABLE'
database: mariadb
- php: 8.0
# The following line is only needed if you're going to run php8 jobs and your
# plugin needs xmlrpc services.
extensions: xmlrpc-beta
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 8.0
# The following line is only needed if you're going to run php8 jobs and your
# plugin needs xmlrpc services.
Expand Down

0 comments on commit a70602d

Please sign in to comment.