Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

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 256e7ac commit f0cbe10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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 f0cbe10

Please sign in to comment.