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 9e42435 commit 682f109Copy full SHA for 682f109
.github/workflows/part_test.yml
@@ -17,17 +17,17 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- php: ["8.3", "8.4"]
+ php: ["8.3", "8.4", "8.5"]
21
os: [ubuntu-latest]
22
experimental: [false]
23
include:
24
- php: nightly
25
os: ubuntu-latest
26
experimental: true
27
- - php: "8.4"
+ - php: "8.5"
28
os: windows-latest
29
experimental: false
30
31
os: macos-latest
32
33
.tool-versions
@@ -1 +1 @@
1
-php 8.4.10
+php 8.5.0
0 commit comments