Skip to content

Commit

Permalink
Test PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekman committed Dec 15, 2021
1 parent b9dbd99 commit 5fe808f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -15,6 +15,10 @@ executors:
docker:
- image: php:8.0-alpine
resource_class: small
php81:
docker:
- image: php:8.1-alpine
resource_class: small

jobs:
test_coverage:
Expand Down Expand Up @@ -59,4 +63,5 @@ workflows:
parameters:
executor:
- php80
- php81
pre-steps: [ composer/install_bin ]

0 comments on commit 5fe808f

Please sign in to comment.