Skip to content

Commit

Permalink
Support mysql in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Dec 3, 2023
1 parent a8dcaa4 commit d0132be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
redis: 6
symfony: '6.4.*'
- php: '8.3'
driver: 'PGSQL'
driver: 'MYSQL'
redis: 7
symfony: '7.0.*'
name: PHP ${{ matrix.php }} ${{ matrix.driver }} SF ${{ matrix.symfony }}
Expand Down

0 comments on commit d0132be

Please sign in to comment.