Skip to content

Commit bc7188f

Browse files
committed
Fix CI for macos
1 parent 5576810 commit bc7188f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os:
44-
# - ubuntu-24.04
44+
- ubuntu-24.04
4545
- macos-14
4646
php-version:
47-
# - "7.0"
48-
# - "7.1"
49-
# - "7.2"
50-
# - "7.3"
51-
# - "7.4"
52-
# - "8.0"
53-
# - "8.1"
54-
# - "8.2"
47+
- "7.0"
48+
- "7.1"
49+
- "7.2"
50+
- "7.3"
51+
- "7.4"
52+
- "8.0"
53+
- "8.1"
54+
- "8.2"
5555
- "8.3"
5656
- "8.4"
5757

0 commit comments

Comments
 (0)