Skip to content

Commit

Permalink
Update and fix pkg test with 8.1 and 8.2 PHP support
Browse files Browse the repository at this point in the history
  • Loading branch information
snapshotpl committed Mar 23, 2023
1 parent 3ca3555 commit 1a3a5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0']
php: ['7.4', '8.0', '8.1', '8.2']

name: PHP ${{ matrix.php }} tests

Expand All @@ -24,4 +24,4 @@ jobs:

- uses: "ramsey/composer-install@v1"

- run: vendor/bin/phpunit --exlude-group=functional
- run: vendor/bin/phpunit --exclude-group=functional

0 comments on commit 1a3a5d4

Please sign in to comment.