Skip to content

Commit c4c68fd

Browse files
committed
Start mysql and remove php 7.2 in build
1 parent 79fb765 commit c4c68fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
operating-system: [ubuntu-latest]
1515
php-versions: ['7.3', '7.4']
1616
steps:
17+
- name: Start MySQL
18+
run: sudo /etc/init.d/mysql start
1719
- name: Set environment variables
1820
run: |
1921
echo "::set-env name=APP_ENV::test"

0 commit comments

Comments
 (0)