Skip to content

Commit

Permalink
ci: Add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Sep 30, 2024
1 parent d99b299 commit 99a7dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
name_suffix: ['']
stability: ['stable']
composer_flags: ['']
Expand All @@ -50,7 +50,7 @@ jobs:
name_suffix: ' (lowest deps)'
stability: 'stable'
composer_flags: '--prefer-lowest'
- php: '8.3'
- php: '8.4'
name_suffix: ' (dev deps)'
stability: 'dev'
composer_flags: ''
Expand Down

0 comments on commit 99a7dac

Please sign in to comment.