Skip to content

Commit 1455afa

Browse files
committed
Add PHP 8.2 to test workflow matrix
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 2280755 commit 1455afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
continue-on-error: ${{ matrix.experimental }}
1616
strategy:
1717
matrix:
18-
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
18+
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
1919
php-extensions: ["dbase", ""]
2020
os: [ubuntu-latest]
2121
experimental: [false]

0 commit comments

Comments
 (0)