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.
2 parents c5aea4e + 99d9974 commit 60b5745Copy full SHA for 60b5745
.github/workflows/benchmark.yaml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
php-version:
17
- "7.4"
18
- - "8.2"
+ - "8.5"
19
20
steps:
21
- name: Checkout code
.github/workflows/ci.yaml
@@ -21,13 +21,14 @@ jobs:
- "8.2"
22
- "8.3"
23
- "8.4"
24
25
dependencies:
26
- "lowest"
27
- "highest"
- include:
28
- - php-version: '8.5'
29
- dependencies: 'highest'
30
- composer-stability: 'dev'
+# include:
+# - php-version: '8.6'
+# dependencies: 'highest'
31
+# composer-stability: 'dev'
32
33
env:
34
JMS_TESTS_SHOW_DEPRECATIONS: 1
.github/workflows/static-analysis.yaml
@@ -21,6 +21,7 @@ jobs:
- name: "Checkout code"
0 commit comments