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.
2 parents e2c51b3 + c6ea979 commit de5974aCopy full SHA for de5974a
.circleci/config.yml
@@ -66,6 +66,19 @@ jobs:
66
command: |
67
composer run all-checks-strict
68
name: Run all checks
69
+ php_84_tests:
70
+ docker:
71
+ - image: cimg/php:8.4
72
+ steps:
73
+ - checkout
74
+ - run:
75
+ command: |
76
+ composer install
77
+ name: Composer install
78
79
80
+ composer run all-checks-strict
81
+ name: Run all checks
82
notify_slack:
83
docker:
84
- image: cimg/node:17.2.0
@@ -83,6 +96,7 @@ workflows:
96
- php_81_tests
97
- php_82_tests
85
98
- php_83_tests
99
+ - php_84_tests
86
100
run_notify_slack:
87
101
jobs:
88
102
- notify_slack:
0 commit comments