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 588e6f2 commit 286c564Copy full SHA for 286c564
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- php-versions: ['8.2', '8.3', '8.4']
+ php-versions: ['8.2', '8.3', '8.4', '8.5']
10
name: PHP ${{ matrix.php-versions }}
11
steps:
12
- uses: actions/checkout@v5
0 commit comments