Skip to content

Commit

Permalink
Update php Docker tag to v8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent e31133c commit e05f16b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test_and_cover: &test_and_cover
jobs:
build:
docker:
- image: php:8.1
- image: php:8.3

working_directory: ~/repo
environment:
Expand All @@ -123,7 +123,7 @@ jobs:

build_php82:
docker:
- image: php:8.2
- image: php:8.3

working_directory: ~/repo
environment:
Expand All @@ -133,7 +133,7 @@ jobs:

build_php80:
docker:
- image: php:8.0
- image: php:8.3

working_directory: ~/repo
environment:
Expand Down

0 comments on commit e05f16b

Please sign in to comment.