Skip to content

Commit

Permalink
chore: add workflows pipeline for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBellyDev committed Oct 4, 2023
1 parent 65aabfe commit 1e00456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:

strategy:
matrix:
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']

name: PHP ${{ matrix.php }}

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -37,4 +37,4 @@ jobs:
run: vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover clover.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3

0 comments on commit 1e00456

Please sign in to comment.