Skip to content

Commit

Permalink
Adjust matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Apr 5, 2024
1 parent 8a1886f commit 6eb3416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.3
coverage: none

- name: Install dependencies
Expand Down Expand Up @@ -96,11 +96,11 @@ jobs:
dependencies: lowest

- os: ubuntu-latest
php-version: "7.4"
php-version: "8.3"
dependencies: highest

- os: ubuntu-latest
php-version: "8.0"
php-version: "8.3"
dependencies: highest
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 6eb3416

Please sign in to comment.