Skip to content

Commit 5042bea

Browse files
Add Support for PHP 8.2 (#31)
* Run Tests on PHP 8.2 * Update Dependencies * Update to netta/schema dev version
1 parent 9b33704 commit 5042bea

File tree

2 files changed

+635
-646
lines changed

2 files changed

+635
-646
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1]
12+
php: [8.1, 8.2]
1313

1414
name: P${{ matrix.php }} - ${{ matrix.os }}
1515

0 commit comments

Comments
 (0)