Skip to content

Commit

Permalink
Update the versions of MariaDB tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 4, 2023
1 parent d2a8ca1 commit 0d33916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
os: [ ubuntu-latest ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
db-type: [ 'mariadb' ]
db-version: [ '10.4', '10.6', '10.11', '11.0', '11.1' ]
db-version: [ '10.4', '10.6', '10.11', '11.2' ]
multisite: [ false, true ]
memcached: [ false ]

Expand All @@ -108,13 +108,13 @@ jobs:
- os: ubuntu-latest
php: '7.4'
db-type: 'mariadb'
db-version: '11.0'
db-version: '11.2'
multisite: false
memcached: true
- os: ubuntu-latest
php: '7.4'
db-type: 'mariadb'
db-version: '11.0'
db-version: '11.2'
multisite: true
memcached: true
with:
Expand Down

0 comments on commit 0d33916

Please sign in to comment.