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 33a852f commit ed7e9c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ jobs:
driver: 'SQLITE'
redis: 6
symfony: '6.4.*'
- php: '8.2'
driver: 'PGSQL'
redis: 6
symfony: '6.4.*'
- php: '8.3'
driver: 'MYSQL'
redis: 6
symfony: '6.4.*'
- php: '8.3'
driver: 'SQLITE'
redis: 7
symfony: '7.0.*'
name: PHP ${{ matrix.php }} ${{ matrix.driver }} SF ${{ matrix.symfony }}
Expand Down

0 comments on commit ed7e9c8

Please sign in to comment.