Skip to content

Commit

Permalink
Update tests github workflow (added php 8.3, upgraded mariadb)
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Sep 24, 2024
1 parent 508ed1c commit b1e51b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'

services:
mysql:
image: 'mariadb:10.5'
image: 'mariadb:10.6'
env:
MYSQL_ALLOW_EMPTY_PASSWORD: false
MYSQL_ROOT_PASSWORD: '!root'
Expand Down

0 comments on commit b1e51b7

Please sign in to comment.