Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Add GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 20, 2024
1 parent bd9d097 commit b6a5902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
php-version: '8.2'

- name: Setup MySQL
- uses: shogo82148/actions-setup-mysql@v1
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.0"
- run: mysql -uroot -e 'SELECT version()'
Expand Down

0 comments on commit b6a5902

Please sign in to comment.