Skip to content

Commit aae3c42

Browse files
authored
Test on macos-15-intel
1 parent b6e92ec commit aae3c42

File tree

1 file changed

+2
-39
lines changed

1 file changed

+2
-39
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,8 @@ jobs:
55
runs-on: ${{ matrix.operating-system }}
66
strategy:
77
matrix:
8-
operating-system: [ 'ubuntu-24.04', 'windows-2025', 'macos-15' ]
9-
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
10-
include:
11-
- operating-system: 'ubuntu-24.04'
12-
php-versions: '5.6'
13-
- operating-system: 'windows-2025'
14-
php-versions: '5.6'
15-
- operating-system: 'macos-13'
16-
php-versions: '5.6'
17-
- operating-system: 'ubuntu-24.04'
18-
php-versions: '7.0'
19-
- operating-system: 'windows-2025'
20-
php-versions: '7.0'
21-
- operating-system: 'macos-13'
22-
php-versions: '7.0'
23-
- operating-system: 'ubuntu-24.04'
24-
php-versions: '7.1'
25-
- operating-system: 'windows-2025'
26-
php-versions: '7.1'
27-
- operating-system: 'macos-13'
28-
php-versions: '7.1'
29-
- operating-system: 'ubuntu-24.04'
30-
php-versions: '7.2'
31-
- operating-system: 'windows-2025'
32-
php-versions: '7.2'
33-
- operating-system: 'macos-13'
34-
php-versions: '7.2'
35-
- operating-system: 'ubuntu-24.04'
36-
php-versions: '7.3'
37-
- operating-system: 'windows-2025'
38-
php-versions: '7.3'
39-
- operating-system: 'macos-13'
40-
php-versions: '7.3'
41-
- operating-system: 'ubuntu-24.04'
42-
php-versions: '7.4'
43-
- operating-system: 'windows-2025'
44-
php-versions: '7.4'
45-
- operating-system: 'macos-13'
46-
php-versions: '7.4'
8+
operating-system: [ 'ubuntu-24.04', 'windows-2025', 'macos-15-intel' ]
9+
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
4710
steps:
4811
- name: Checkout repo
4912
uses: actions/checkout@v4

0 commit comments

Comments
 (0)