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 876ed96 commit c89460eCopy full SHA for c89460e
.github/workflows/ci.yml
@@ -28,14 +28,16 @@ jobs:
28
php-version:
29
- "8.2"
30
- "8.3"
31
+ - "8.4"
32
+ - "8.5"
33
34
env:
35
PHAN_ALLOW_XDEBUG: 0
36
PHAN_DISABLE_XDEBUG_WARN: 1
37
38
steps:
39
- name: "Checkout"
- uses: actions/checkout@v4
40
+ uses: actions/checkout@v5
41
42
- name: "Install PHP"
43
uses: shivammathur/setup-php@v2
@@ -69,10 +71,12 @@ jobs:
69
71
70
72
73
74
75
76
77
78
79
80
81
- name: "Install PHP with extensions"
82
0 commit comments