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 81fa509 commit 986cc67Copy full SHA for 986cc67
.circleci/config.yml
@@ -10,7 +10,7 @@ orbs:
10
jobs:
11
build:
12
docker:
13
- - image: 'hgiesenow/php:8.1'
+ - image: 'hgiesenow/php:8.2'
14
steps:
15
- checkout
16
- run: 'composer install --dev'
@@ -19,7 +19,7 @@ jobs:
19
paths: 'vendor'
20
phpunit:
21
22
23
24
25
- attach_workspace:
@@ -31,7 +31,7 @@ jobs:
31
file: 'build/clover.xml'
32
php-cs-fixer:
33
34
35
36
37
@@ -40,7 +40,7 @@ jobs:
40
- run: 'vendor/bin/php-cs-fixer fix --diff --dry-run tests'
41
psalm:
42
43
44
45
46
0 commit comments