Skip to content

Commit 26001b1

Browse files
committed
Update CI build
1 parent 9a56ede commit 26001b1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@ jobs:
1717
php-version: '8.2'
1818
ini-values: 'ffi.enable=false'
1919

20+
- operating-system: 'ubuntu-latest'
21+
php-version: '8.3'
22+
ini-values: 'ffi.enable=false'
23+
24+
- operating-system: 'ubuntu-latest'
25+
php-version: '8.3'
26+
job-description: 'with FFI'
27+
2028
- operating-system: 'windows-latest'
21-
php-version: '8.2'
29+
php-version: '8.3'
2230
job-description: 'on Windows'
2331
ini-values: 'ffi.enable=false'
2432

2533
- operating-system: 'macos-latest'
26-
php-version: '8.2'
34+
php-version: '8.3'
2735
job-description: 'on macOS'
2836
ini-values: 'ffi.enable=false'
2937

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

4956
- name: Get Composer cache directory
5057
id: composer-cache
@@ -76,6 +83,7 @@ jobs:
7683

7784
- name: Run static analysis
7885
run: vendor/bin/psalm.phar
86+
if: matrix.static-analysis != 'none'
7987

8088
- name: Install composer-require-checker
8189
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"));'

0 commit comments

Comments
 (0)