Skip to content

Commit

Permalink
ci: only test on MySQL8
Browse files Browse the repository at this point in the history
Following the decision of the team, we've dropped support for all older
version of MySQL than 8.

Closes Third-Culture-Software#5364.
  • Loading branch information
jniles committed Jun 15, 2021
1 parent 6f41efb commit abe4ead
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ blocks:
matrix:
- env_var: MYSQL_VERSION
values:
- '5.7'
- '8'
- env_var: NODEJS_VERSION
values:
Expand Down Expand Up @@ -127,7 +126,6 @@ blocks:
matrix:
- env_var: MYSQL_VERSION
values:
- '5.7'
- '8'
- env_var: NODEJS_VERSION
values:
Expand Down

0 comments on commit abe4ead

Please sign in to comment.