Skip to content

Commit 9041816

Browse files
committed
Add ubuntu 24.04 --skip-build-php --skip-release
1 parent e86f7d9 commit 9041816

File tree

55 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
operating-system: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
75+
operating-system: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
7676
php-versions: ['5.3', '5.4', '5.5']
7777
steps:
7878
- name: Checkout

.github/workflows/zstd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
container: [22.04, 20.04, 18.04]
11+
container: [24.04, 22.04, 20.04]
1212
if: "!contains(github.event.head_commit.message, 'skip-build')"
1313
steps:
1414
- name: Checkout

deps/22.04/libodbc1_2.3.9-5_amd64.deb

-2.47 KB
Binary file not shown.
2.49 KB
Binary file not shown.
-16.5 KB
Binary file not shown.
16.3 KB
Binary file not shown.
Binary file not shown.
49.8 KB
Binary file not shown.
42.8 KB
Binary file not shown.
77.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
138 KB
Binary file not shown.
Binary file not shown.
45.1 KB
Binary file not shown.
27.1 KB
Binary file not shown.
28.5 KB
Binary file not shown.
1.45 KB
Binary file not shown.
Binary file not shown.
1.45 KB
Binary file not shown.
2.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
63.1 KB
Binary file not shown.
2.49 KB
Binary file not shown.
155 KB
Binary file not shown.
16.3 KB
Binary file not shown.
162 KB
Binary file not shown.
153 KB
Binary file not shown.
242 KB
Binary file not shown.
15.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
181 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
225 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
25.1 KB
Binary file not shown.
Binary file not shown.
210 KB
Binary file not shown.

scripts/install-php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
debconf_fix="DEBIAN_FRONTEND=noninteractive"
33
dpkg_install="sudo $debconf_fix dpkg -i --force-conflicts --force-overwrite"
44
sudo mkdir -p /var/run /run/php /usr/local/php /usr/lib/systemd/system /usr/lib/cgi-bin /var/www/html
5-
[[ "$VERSION_ID" = "20.04" || "$VERSION_ID" = "22.04" ]] && $dpkg_install ./deps/"$VERSION_ID"/multiarch-support_2.28-10_amd64
5+
[[ "$VERSION_ID" = "20.04" || "$VERSION_ID" = "22.04" || $VERSION_ID = "24.04" ]] && $dpkg_install ./deps/"$VERSION_ID"/multiarch-support_2.28-10_amd64
66
$dpkg_install ./deps/"$VERSION_ID"/*.deb
77
$dpkg_install ./deps/all/*.deb
88
sudo tar -I zstd -xf ./php-@[email protected] -C /usr/local/php

0 commit comments

Comments
 (0)