Skip to content

Commit

Permalink
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 1cd9a96 commit bd9d097
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
php-version: '8.2'

- name: Setup MySQL
uses: mirromutth/mysql-action@v1.1
- uses: shogo82148/actions-setup-mysql@v1
with:
mysql version: '8.0'
mysql database: 'ticket'
mysql root password: ''
mysql-version: "8.0"
- run: mysql -uroot -e 'SELECT version()'

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down

0 comments on commit bd9d097

Please sign in to comment.