Skip to content

Commit

Permalink
Add ubuntu 24.04 --skip-build-php --skip-release
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed May 17, 2024
1 parent e86f7d9 commit 9041816
Show file tree
Hide file tree
Showing 55 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
operating-system: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
php-versions: ['5.3', '5.4', '5.5']
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: [22.04, 20.04, 18.04]
container: [24.04, 22.04, 20.04]
if: "!contains(github.event.head_commit.message, 'skip-build')"
steps:
- name: Checkout
Expand Down
Binary file removed deps/22.04/libodbc1_2.3.9-5_amd64.deb
Binary file not shown.
Binary file added deps/22.04/libodbc1_2.3.9-5ubuntu0.1_amd64.deb
Binary file not shown.
Binary file removed deps/22.04/libodbccr2_2.3.9-5_amd64.deb
Binary file not shown.
Binary file added deps/22.04/libodbccr2_2.3.9-5ubuntu0.1_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libdeflate-dev_1.19-1build1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libdeflate0_1.19-1build1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libenchant1c2a_1.6.0-7_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libhunspell-1.3-0_1.3.2-4_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libidn11_1.33-2.2ubuntu2_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libjbig-dev_2.1-6ubuntu1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libjbig0_2.1-6ubuntu1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libjpeg-dev_8c-2ubuntu11_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libjpeg8-dev_8c-2ubuntu11_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libjpeg8_8c-2ubuntu11_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/liblerc4_4.0.0+ds-4ubuntu2_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libmcrypt4_2.5.8-3.4_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libodbc1_2.3.9-5ubuntu0.1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libodbc2_2.3.9-5ubuntu0.1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libodbccr2_2.3.9-5ubuntu0.1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libpcre16-3_8.39-15_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libpcre32-3_8.39-15_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libpcre3_8.39-15build1_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libpcrecpp0v5_8.39-15_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libsharpyuv0_1.3.2-0.4build3_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libtiff5_4.3.0-6ubuntu0.8_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libtiffxx5_4.3.0-6ubuntu0.8_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libwebp-dev_1.3.2-0.4build3_amd64.deb
Binary file not shown.
Binary file added deps/24.04/libwebp7_1.3.2-0.4build3_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/libwebpmux3_1.3.2-0.4build3_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added deps/24.04/multiarch-support_2.28-10_amd64
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/install-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
debconf_fix="DEBIAN_FRONTEND=noninteractive"
dpkg_install="sudo $debconf_fix dpkg -i --force-conflicts --force-overwrite"
sudo mkdir -p /var/run /run/php /usr/local/php /usr/lib/systemd/system /usr/lib/cgi-bin /var/www/html
[[ "$VERSION_ID" = "20.04" || "$VERSION_ID" = "22.04" ]] && $dpkg_install ./deps/"$VERSION_ID"/multiarch-support_2.28-10_amd64
[[ "$VERSION_ID" = "20.04" || "$VERSION_ID" = "22.04" || $VERSION_ID = "24.04" ]] && $dpkg_install ./deps/"$VERSION_ID"/multiarch-support_2.28-10_amd64
$dpkg_install ./deps/"$VERSION_ID"/*.deb
$dpkg_install ./deps/all/*.deb
sudo tar -I zstd -xf ./php-@[email protected] -C /usr/local/php
Expand Down

0 comments on commit 9041816

Please sign in to comment.