Skip to content

Commit

Permalink
Fu
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed May 6, 2024
1 parent 0c08ad8 commit d63e63e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/distro-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ '8.3', '8.2', '8.1', '8.0' ]
php-version: [ '8.1', '8.0' ]
distro:
- name: CentOS 7
image: centos:7
pkg: yum
# CentOS 7 died
# - name: CentOS 7
# image: centos:7
# pkg: yum
# CentOS 8 died
#- name: CentOS 8
# image: centos:8
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
git clone --single-branch --branch PHP-${{ matrix.php-version }} --depth 1 https://github.com/php/php-src php-src
fi
cd php-src
curl https://github.com/php/php-src/commit/ae83d6ab077d19357d446689b9b57f2e05762486.patch | patch -p1 || :
curl https://github.com/php/php-src/commit/a9f172466d2a7ddda192d116b4a5a2b1577a45cc.patch | patch -p1 || :
- name: Build things
run: |
docker run --rm --name testcontainer \
Expand Down

0 comments on commit d63e63e

Please sign in to comment.