Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
- Added raphf to extensions list, required by pq
- Added PHP 8.2
  • Loading branch information
trowski committed Dec 2, 2023
1 parent 181f70b commit 9f9a21a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.1'

- operating-system: 'ubuntu-latest'
php-version: '8.2'

name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}

runs-on: ${{ matrix.operating-system }}
Expand All @@ -35,7 +38,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: pq
extensions: raphf, pq

- name: Get Composer cache directory
id: composer-cache
Expand Down

0 comments on commit 9f9a21a

Please sign in to comment.