Skip to content

Commit

Permalink
Merge pull request #1707 from sergiy-petrov/php-8.3
Browse files Browse the repository at this point in the history
Test against php 8.3
  • Loading branch information
frankdejonge authored Oct 5, 2023
2 parents ce7d5eb + d45f9d8 commit b980636
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
phpstan: false
phpunit-flags: '--no-coverage'
- php: '8.2'
composer-flags: '--ignore-platform-reqs'
experimental: true
experimental: false
phpstan: false
phpunit-flags: '--no-coverage'
- php: '8.3'
experimental: false
phpstan: false
phpunit-flags: '--no-coverage'
steps:
Expand Down

0 comments on commit b980636

Please sign in to comment.