Skip to content

Commit 01f508c

Browse files
authored
Add test to php82 (#16)
1 parent 4bbf966 commit 01f508c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [7.4, 8.0, 8.1]
11+
php: [8.2, 8.1, 8.0, 7.4]
1212

1313
name: P${{ matrix.php }}
1414

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

2625
- name: Install dependencies

0 commit comments

Comments
 (0)