Skip to content

Commit

Permalink
tests(ci): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jboulen committed Oct 15, 2023
1 parent d6e8368 commit 3101965
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
# DB services you need for testing.
services:
mariadb:
image: mariadb:10.5
image: mariadb:10
env:
MYSQL_USER: 'root'
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_CHARACTER_SET_SERVER: "utf8mb4"
MYSQL_COLLATION_SERVER: "utf8mb4_unicode_ci"
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval 10s --health-timeout 5s --health-retries 3
Expand All @@ -37,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.2']
php: ['8.0', '8.2']
moodle-branch: ['master']
database: [mariadb]

Expand Down

0 comments on commit 3101965

Please sign in to comment.