File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 name : Required
3030 needs :
3131 - ci
32- runs-on : ubuntu-20 .04
32+ runs-on : ubuntu-24 .04
3333 steps :
3434 - name : Check results
3535 run : |
4141 fail-fast : false
4242 matrix :
4343 os :
44- - ubuntu-20 .04
44+ - ubuntu-24 .04
4545 - macos-14
4646 php-version :
4747 - " 7.0"
6161 uses : actions/checkout@v2
6262
6363 - name : Install libclang for Linux
64- if : matrix.os == 'ubuntu-20 .04'
64+ if : matrix.os == 'ubuntu-24 .04'
6565 run : sudo apt-get install -y llvm-10-dev libclang-10-dev
6666
6767 - name : Setup libclang for Macos
7777 tools : php-config
7878
7979 - name : Setup php-fpm for Linux
80- if : matrix.os == 'ubuntu-20 .04'
80+ if : matrix.os == 'ubuntu-24 .04'
8181 run : |
8282 sudo apt-get install -y php${{ matrix.php-version }}-fpm
8383 sudo rm -f /usr/sbin/php-fpm
Original file line number Diff line number Diff line change 2020jobs :
2121 license-check :
2222 name : License check
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - name : Checkout
2626 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2626 publish :
2727 name : Publish
2828
29- runs-on : ubuntu-20 .04
29+ runs-on : ubuntu-24 .04
3030 steps :
3131 - name : Checkout
3232 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments