Skip to content

Commit

Permalink
Use PHP 8.1 when testing drupal-skeleton on CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Oct 7, 2022
1 parent 5f0a1bc commit 269520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
working_directory: ~/drupal-skeleton
docker:
- image: cimg/php:7.4-browsers
- image: cimg/php:8.1-browsers
- image: cimg/mysql:5.7
command: --max_allowed_packet=16M
environment:
Expand Down

0 comments on commit 269520e

Please sign in to comment.