Skip to content

Commit a732b5e

Browse files
committed
ci: use php-8.3.0
1 parent bd6640d commit a732b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
1111
docker:
1212
# Specify the version you desire here
13-
- image: cimg/php:8.1.2
13+
- image: cimg/php:8.3.0
1414

1515
# Add steps to the job
1616
# See: https://circleci.com/docs/2.0/configuration-reference/#steps

0 commit comments

Comments
 (0)