Skip to content

Commit

Permalink
Add test to php82 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb authored Nov 17, 2022
1 parent 4bbf966 commit 01f508c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
php: [8.2, 8.1, 8.0, 7.4]

name: P${{ matrix.php }}

Expand All @@ -20,7 +20,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, exif
coverage: none

- name: Install dependencies
Expand Down

0 comments on commit 01f508c

Please sign in to comment.