Skip to content

Commit b49f7e0

Browse files
Nurguly Ashyrovdadish
authored andcommitted
fix(deps): update ci run for php 8
1 parent f44209c commit b49f7e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ workflows:
2020
mysql: "5.7.34"
2121

2222
- test:
23-
name: test-php-8.0
23+
name: test-php-8.1
2424
context:
2525
- dockerhub-credentials
26-
php: "8.0"
27-
phpunit: "9.5"
26+
php: "8.1"
27+
phpunit: "9.5.10"
2828
mysql: "8.0.25"
2929

3030
- approve_release:
@@ -33,7 +33,7 @@ workflows:
3333
type: approval
3434
requires:
3535
- test-php-7.2
36-
- test-php-8.0
36+
- test-php-8.1
3737

3838
- release:
3939
name: release

0 commit comments

Comments
 (0)