We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663bf68 commit aa7e222Copy full SHA for aa7e222
src/executors/default.yml
@@ -3,6 +3,6 @@ docker:
3
- image: "cimg/php:<<parameters.tag>>"
4
parameters:
5
tag:
6
- default: 8.0-node
+ default: 8.3-node
7
description: PHP image version
8
type: string
src/jobs/lint-php.yml
@@ -1,7 +1,7 @@
1
description: >
2
Lint PHP files.
-executor: php-81
+executor: default
steps:
- checkout
src/jobs/test-php.yml
@@ -2,7 +2,7 @@ description: >
Run PHP tests.
docker:
- - image: cimg/php:8.0
+ - image: cimg/php:8.3
- image: circleci/mysql:5.6.50
environment:
0 commit comments