Skip to content

Commit

Permalink
ci(tests): add PHP 8.2 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Dec 2, 2023
1 parent bc584ca commit 59bec5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 7.4, 8.0, 8.1 ]
php: [ 7.4, 8.0, 8.1, 8.2 ]

name: ${{ matrix.os }} / PHP ${{ matrix.php }}

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Upload coverage reports to Codecov
# Make sure the Codecov action is only executed once
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.1'
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.2'
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
Expand Down

0 comments on commit 59bec5a

Please sign in to comment.