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 and 8.3
  • Loading branch information
trowski committed Dec 2, 2023
1 parent 181f70b commit d42f675
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.1'

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

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

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

runs-on: ${{ matrix.operating-system }}
Expand All @@ -35,7 +41,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 d42f675

Please sign in to comment.