Skip to content

Commit

Permalink
Drop eio
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 25, 2024
1 parent 2d3984c commit ba0c10d
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ jobs:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.1'
extensions: uv, sockets
extensions: uv, eio
install-eio: true

- operating-system: 'ubuntu-latest'
php-version: '8.2'
extensions: uv, sockets
install-eio: true
extensions: uv

- operating-system: 'ubuntu-latest'
php-version: '8.3'
extensions: uv, sockets
install-eio: true
extensions: uv

- operating-system: 'ubuntu-latest'
php-version: '8.4'
Expand Down Expand Up @@ -68,18 +66,6 @@ jobs:
php-version: ${{ matrix.php-version }}
extensions: ${{ matrix.extensions }}

- name: Install eio
run: |
git clone https://github.com/rosmanov/pecl-eio
cd pecl-eio
git checkout 3.1.3
phpize
./configure
make
sudo make install
echo 'extension=eio.so' >> "$(php -r 'echo php_ini_loaded_file();')"
if: matrix.install-eio == true

- name: Get Composer cache directory
id: composer-cache
run: echo "dir=$(composer config cache-dir)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ba0c10d

Please sign in to comment.