Skip to content

Commit

Permalink
Merge pull request #164 from hassankhan/feature/add-new-php-versions-…
Browse files Browse the repository at this point in the history
…to-matrix

Add PHP 8.3 and 8.4 to the CI matrix
  • Loading branch information
DavidePastore authored Dec 9, 2024
2 parents 06c3e6a + 482d4e6 commit ea9f224
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 ea9f224

Please sign in to comment.