We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c1f1e commit 34f7371Copy full SHA for 34f7371
1 file changed
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
operating-system: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
9
- php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
+ php-versions: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
10
steps:
11
- name: Checkout repo
12
uses: actions/checkout@v4
0 commit comments