File tree 4 files changed +2152
-9
lines changed
4 files changed +2152
-9
lines changed Original file line number Diff line number Diff line change 42
42
matrix :
43
43
os :
44
44
- ubuntu-20.04
45
- - macos-12
45
+ - macos-14
46
46
php-version :
47
47
- " 7.0"
48
48
- " 7.1"
@@ -65,10 +65,10 @@ jobs:
65
65
run : sudo apt-get install -y llvm-10-dev libclang-10-dev
66
66
67
67
- name : Setup libclang for Macos
68
- if : matrix.os == 'macos-12 '
68
+ if : matrix.os == 'macos-14 '
69
69
run : |
70
- brew install llvm@13
71
- echo "LIBCLANG_PATH=$(brew --prefix llvm@13 )/lib" >> $GITHUB_ENV
70
+ brew install llvm@18
71
+ echo "LIBCLANG_PATH=$(brew --prefix llvm@18 )/lib" >> $GITHUB_ENV
72
72
73
73
- name : Setup PHP
74
74
uses : shivammathur/setup-php@v2
84
84
sudo ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
85
85
86
86
- name : Setup php-fpm for Macos
87
- if : matrix.os == 'macos-12 '
87
+ if : matrix.os == 'macos-14 '
88
88
run : |
89
89
brew install php@${{ matrix.php-version }}
90
90
@@ -104,9 +104,6 @@ jobs:
104
104
toolchain : nightly
105
105
components : rustfmt
106
106
107
- - name : Cargo generate lockfile
108
- run : cargo +nightly -Z minimal-versions update
109
-
110
107
- name : Setup cargo cache
111
108
uses : actions/cache@v3
112
109
with :
Original file line number Diff line number Diff line change 1
1
/target
2
2
** /* .rs.bk
3
- Cargo.lock
4
3
/.cargo
5
4
/vendor
6
5
core
You can’t perform that action at this time.
0 commit comments