Skip to content

Commit

Permalink
CI: run tests with PHP 8.3 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas authored Nov 9, 2023
1 parent ac66be6 commit f1c2e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-version }} Test on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:
run: composer test-ci

- name: Upload coverage to Codecov
if: matrix.php-version == '8.2' && matrix.operating-system == 'ubuntu-latest'
if: matrix.php-version == '8.3' && matrix.operating-system == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f1c2e55

Please sign in to comment.