Skip to content

Commit 977045f

Browse files
committed
run tests under 8.4, maybe
1 parent 09dd958 commit 977045f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ workflows:
5757
name: "test-5.7"
5858
mysql: "5.7"
5959
requires: [ "build" ]
60+
- test:
61+
name: "test-8.4"
62+
mysql: "8.4"
63+
requires: [ "build" ]
6064
- test:
6165
name: "test-mariadb"
6266
mysql: "mariadb"

0 commit comments

Comments
 (0)