|
19 | 19 |
|
20 | 20 | env: |
21 | 21 | # All versions should be declared here |
22 | | - PHALCON_VERSION: 5.0.3 |
| 22 | + PHALCON_VERSION: 5.0.4 |
23 | 23 | ZEPHIR_PARSER_VERSION: 1.5.1 |
24 | 24 | ZEPHIR_VERSION: 0.16.3 |
25 | 25 |
|
@@ -91,15 +91,15 @@ jobs: |
91 | 91 |
|
92 | 92 | name: |
93 | 93 | - ubuntu-gcc |
94 | | -# - macos-clang |
| 94 | + - macos-clang |
95 | 95 |
|
96 | 96 | # matrix names should be in next format: |
97 | 97 | # {php}-{ts}-{os.name}-{compiler}-{arch} |
98 | 98 | include: |
99 | 99 | # Linux |
100 | 100 | - { name: ubuntu-gcc, os: ubuntu-18.04, compiler: gcc } |
101 | | -# # macOS |
102 | | -# - { name: macos-clang, os: macos-11, compiler: clang } |
| 101 | + # macOS |
| 102 | + - { name: macos-clang, os: macos-11, compiler: clang } |
103 | 103 | # Windows |
104 | 104 | - { php: '7.4', ts: 'ts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' } |
105 | 105 | - { php: '7.4', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' } |
@@ -142,11 +142,11 @@ jobs: |
142 | 142 | with: |
143 | 143 | pecl: ./phalcon-pecl/phalcon-pecl.tgz |
144 | 144 |
|
145 | | -# - name: Build Phalcon Extension (macOS) |
146 | | -# uses: ./.github/actions/build-phalcon-mac |
147 | | -# if: runner.os == 'macOS' |
148 | | -# with: |
149 | | -# pecl: ./phalcon-pecl/phalcon-pecl.tgz |
| 145 | + - name: Build Phalcon Extension (macOS) |
| 146 | + uses: ./.github/actions/build-phalcon-mac |
| 147 | + if: runner.os == 'macOS' |
| 148 | + with: |
| 149 | + pecl: ./phalcon-pecl/phalcon-pecl.tgz |
150 | 150 |
|
151 | 151 | - name: Build Phalcon Extension (Windows) |
152 | 152 | uses: ./.github/actions/build-phalcon-win |
|
0 commit comments