Skip to content

Commit

Permalink
Test PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekman committed Mar 13, 2024
1 parent a48caf3 commit 7632592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -23,6 +23,10 @@ executors:
docker:
- image: php:8.2-alpine
resource_class: small
php83:
docker:
- image: php:8.3-alpine
resource_class: small

jobs:
test_coverage:
Expand Down Expand Up @@ -69,4 +73,5 @@ workflows:
- php80
- php81
- php82
- php83
pre-steps: [ composer/install_bin ]

0 comments on commit 7632592

Please sign in to comment.