Skip to content

Commit

Permalink
Try to run on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Sep 6, 2022
1 parent b8cc696 commit b75dcbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
composer-flags: '--prefer-lowest'
experimental: false
phpunit-flags: '--no-coverage'
- php: '8.2'
composer-flags: '--ignore-platform-reqs'
experimental: true
phpunit-flags: '--no-coverage'
steps:
- uses: actions/checkout@v2
- run: docker-compose -f docker-compose.yml up -d
Expand Down

0 comments on commit b75dcbf

Please sign in to comment.