Skip to content

Commit

Permalink
Update CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Apr 21, 2024
1 parent 9a56ede commit 26001b1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@ jobs:
php-version: '8.2'
ini-values: 'ffi.enable=false'

- operating-system: 'ubuntu-latest'
php-version: '8.3'
ini-values: 'ffi.enable=false'

- operating-system: 'ubuntu-latest'
php-version: '8.3'
job-description: 'with FFI'

- operating-system: 'windows-latest'
php-version: '8.2'
php-version: '8.3'
job-description: 'on Windows'
ini-values: 'ffi.enable=false'

- operating-system: 'macos-latest'
php-version: '8.2'
php-version: '8.3'
job-description: 'on macOS'
ini-values: 'ffi.enable=false'

Expand All @@ -44,7 +52,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: fiber-amphp/ext-fiber@master

- name: Get Composer cache directory
id: composer-cache
Expand Down Expand Up @@ -76,6 +83,7 @@ jobs:

- name: Run static analysis
run: vendor/bin/psalm.phar
if: matrix.static-analysis != 'none'

- name: Install composer-require-checker
run: php -r 'file_put_contents("composer-require-checker.phar", file_get_contents("https://github.com/maglnet/ComposerRequireChecker/releases/download/4.2.0/composer-require-checker.phar"));'
Expand Down

0 comments on commit 26001b1

Please sign in to comment.