We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce7a85 commit 499f085Copy full SHA for 499f085
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Test
12
strategy:
13
matrix:
14
- php-version: ['8.3', '8.4']
+ php-version: ['8.3', '8.4', '8.5']
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
0 commit comments