We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa8387 commit 81e8099Copy full SHA for 81e8099
1 file changed
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Unit Tests (PHP ${{ matrix.php }})
15
strategy:
16
matrix:
17
- php: ["8.2", "8.3", "8.4"]
+ php: ["8.2", "8.3", "8.4", "8.5"]
18
runs-on: ubuntu-24.04
19
steps:
20
- uses: shivammathur/setup-php@v2
0 commit comments