We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af521f3 commit 0777d16Copy full SHA for 0777d16
.github/workflows/testing.yml
@@ -19,7 +19,7 @@ jobs:
19
# run all combinations of the following, to make sure they're working together
20
matrix:
21
# os: [ubuntu-latest, macos-latest, windows-latest]
22
- php: [7.3, 7.4, 8.0, 8.1]
+ php: [7.3, 7.4, 8.0, 8.1, 8.2]
23
dbal: [^2.5, ^3.0]
24
laravel: [8.*, 9.*]
25
phpunit: [8.*, 9.*]
0 commit comments