Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
Add PHP 8.3 and 8.4 to the CI matrix
  • Loading branch information
DavidePastore authored Dec 9, 2024
1 parent 8e1c07f commit fbecfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
Expand All @@ -33,4 +33,4 @@ jobs:

- name: Upload code coverage data
if: ${{ matrix.php-versions == '7.4' }}
run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 comments on commit fbecfc2

Please sign in to comment.