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 752c342 commit e4d7f11Copy full SHA for e4d7f11
.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: ['8.1', '8.2', '8.3', '8.4']
+ php: ['8.1', '8.2', '8.3', '8.4', '8.5']
23
laravel: [^10.0, ^11.0, ^12.0]
24
dbal: [^3.0]
25
phpunit: [10.*, 11.*]
0 commit comments