We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ca60d commit 192ac7bCopy full SHA for 192ac7b
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- php: [8.1, 8.2, 8.3, 8.4]
+ php: [8.1, 8.2, 8.3, 8.4, 8.5]
11
steps:
12
- uses: actions/checkout@v4
13
- uses: shivammathur/setup-php@v2
0 commit comments