Skip to content

Commit

Permalink
Setting up MySql & Posgres for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Feb 22, 2024
1 parent ffd37db commit fcc880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
#- 13306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

name: PHP-${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} - ${{ matrix.mysql-version }} - ${{ matrix.pgsql-version }}
name: PHP-${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} - Mysql ${{ matrix.mysql-version }} - Postgres ${{ matrix.pgsql-version }}

steps:
- name: Checkout code
Expand Down

0 comments on commit fcc880a

Please sign in to comment.