Skip to content

Commit aa7e222

Browse files
committed
orb: php 8.3
1 parent 663bf68 commit aa7e222

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/executors/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ docker:
33
- image: "cimg/php:<<parameters.tag>>"
44
parameters:
55
tag:
6-
default: 8.0-node
6+
default: 8.3-node
77
description: PHP image version
88
type: string

src/jobs/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description: >
22
Lint PHP files.
33
4-
executor: php-81
4+
executor: default
55

66
steps:
77
- checkout

src/jobs/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: >
22
Run PHP tests.
33
44
docker:
5-
- image: cimg/php:8.0
5+
- image: cimg/php:8.3
66
- image: circleci/mysql:5.6.50
77

88
environment:

0 commit comments

Comments
 (0)