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 4149bd2 commit 3cc49c8Copy full SHA for 3cc49c8
.github/workflows/ci.yml
@@ -31,11 +31,12 @@ jobs:
31
- "8.1"
32
- "8.2"
33
- "8.3"
34
-# - "8.4"
+ - "8.4"
35
+ - "8.5"
36
37
steps:
38
- name: "Checkout"
- uses: actions/checkout@v4
39
+ uses: actions/checkout@v5
40
41
- name: "Install PHP"
42
uses: shivammathur/setup-php@v2
@@ -72,11 +73,12 @@ jobs:
72
73
74
75
76
77
78
79
80
81
82
83
- name: "Install PHP with extensions"
84
0 commit comments