Skip to content

Commit de5974a

Browse files
authored
Run tests against PHP 8.4 in CI (#178)
2 parents e2c51b3 + c6ea979 commit de5974a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,19 @@ jobs:
6666
command: |
6767
composer run all-checks-strict
6868
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+
- run:
79+
command: |
80+
composer run all-checks-strict
81+
name: Run all checks
6982
notify_slack:
7083
docker:
7184
- image: cimg/node:17.2.0
@@ -83,6 +96,7 @@ workflows:
8396
- php_81_tests
8497
- php_82_tests
8598
- php_83_tests
99+
- php_84_tests
86100
run_notify_slack:
87101
jobs:
88102
- notify_slack:

0 commit comments

Comments
 (0)