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 f4a0ad2 commit 86f9ec2Copy full SHA for 86f9ec2
1 file changed
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
name: Setup PHP
26
uses: shivammathur/setup-php@v2
27
with:
28
- php-version: "8.1"
+ php-version: "8.5"
29
extensions: mbstring, zip
30
tools: composer:2, php-cs-fixer:3
31
coverage: none
@@ -43,7 +43,7 @@ jobs:
43
matrix:
44
php-version:
45
- "5.3"
46
- - "8.4"
+ - "8.5"
47
steps:
48
-
49
@@ -91,13 +91,14 @@ jobs:
91
- "8.2"
92
- "8.3"
93
- "8.4"
94
95
include:
96
- os: windows-latest
97
php-version: "5.6"
98
99
php-version: "7.4"
100
- php-version: "8.4"
101
102
runs-on: ${{ matrix.os }}
103
104
0 commit comments