Skip to content

Commit

Permalink
Test with PHP 8.3. (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Anderson <[email protected]>
  • Loading branch information
greg-1-anderson and Greg Anderson authored Dec 26, 2023
1 parent 6ee79bc commit a5f12ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:

php-version:
- "8.1"
- "8.2"

php-ini-values:
- assert.exception=1, zend.assertions=1
Expand All @@ -102,7 +103,7 @@ jobs:
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.2"
php-version: "8.3"
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 a5f12ab

Please sign in to comment.