Skip to content

Commit

Permalink
Build on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Apr 21, 2024
1 parent 8c95b52 commit 58e0422
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.3'

- operating-system: 'ubuntu-latest'
php-version: '8.4'
static-analysis: none
style-fix: none
composer-require-checker-version: none

- operating-system: 'windows-latest'
php-version: '8.3'
job-description: 'on Windows'
Expand Down Expand Up @@ -94,6 +100,7 @@ jobs:

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

- name: Run style fixer
env:
Expand Down

0 comments on commit 58e0422

Please sign in to comment.