Skip to content

Commit

Permalink
Add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Dec 13, 2024
1 parent 7025123 commit 52733ae
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 @@ -104,13 +104,13 @@ jobs:
dependencies: highest

- os: ubuntu-latest
php-version: "8.0"
php-version: "8.1"
dependencies: highest
codecov: true
php-ini-values: assert.exception=1, zend.assertions=1, opcache.enable=1, opcache.enable_cli=1, opcache.optimization_level=-1, opcache.jit_buffer_size=4096M, opcache.jit=1205

- os: ubuntu-latest
php-version: "8.3"
php-version: "8.4"
dependencies: highest
codecov: true
php-ini-values: assert.exception=1, zend.assertions=1, opcache.enable=1, opcache.enable_cli=1, opcache.optimization_level=-1, opcache.jit_buffer_size=4096M, opcache.jit=1205
Expand Down

0 comments on commit 52733ae

Please sign in to comment.