Skip to content

Commit

Permalink
test on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Gribanov committed Nov 18, 2024
1 parent 750f2ec commit ad8cfe5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- php: '8.2'
symfony: '7.0.*'
phpstan: .phpstan/symfony_6.neon
- php: '8.3'
symfony: '7.0.*'
phpstan: .phpstan/symfony_6.neon
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -101,7 +104,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: 'PHP ${{ matrix.php }} + ${{ matrix.symfony }}'
if: matrix.php != '8.0' && matrix.php != '8.1' && matrix.php != '8.2'
if: matrix.php != '8.0' && matrix.php != '8.1' && matrix.php != '8.2' && matrix.php != '8.3'
run: |
composer global require php-coveralls/php-coveralls
php-coveralls -x build/coverage-clover.xml -o build/coveralls-upload.json -v
Expand Down

0 comments on commit ad8cfe5

Please sign in to comment.