We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44209c commit b49f7e0Copy full SHA for b49f7e0
.circleci/config.yml
@@ -20,11 +20,11 @@ workflows:
20
mysql: "5.7.34"
21
22
- test:
23
- name: test-php-8.0
+ name: test-php-8.1
24
context:
25
- dockerhub-credentials
26
- php: "8.0"
27
- phpunit: "9.5"
+ php: "8.1"
+ phpunit: "9.5.10"
28
mysql: "8.0.25"
29
30
- approve_release:
@@ -33,7 +33,7 @@ workflows:
33
type: approval
34
requires:
35
- test-php-7.2
36
- - test-php-8.0
+ - test-php-8.1
37
38
- release:
39
name: release
0 commit comments