Skip to content

Commit

Permalink
ci: bump snapshot builds to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 12, 2024
1 parent eba91d5 commit 35bd452
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
name: Snapshot Build
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
extensions: mbstring, dom, fileinfo, sqlite, gd, zip
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Node dependencies
Expand Down

0 comments on commit 35bd452

Please sign in to comment.