Skip to content

Commit

Permalink
remove PHP 8.3 from GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-netFantom committed Jun 15, 2023
1 parent 81f56b1 commit 759cfb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php-version: [ 8.1, 8.2, 8.3 ]
php-version: [ 8.1, 8.2 ]
include:
- coverage: coverage
os: ubuntu-latest
php-version: 8.3
php-version: 8.2

runs-on: ${{ matrix.os }}

Expand All @@ -39,7 +39,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: ${{ matrix.coverage && 'pcov' || 'none' }}
ini-values: ${{ !matrix.coverage && 'opcache.enable_cli=1' }}
ini-values: opcache.enable_cli=1

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down Expand Up @@ -70,7 +70,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: none
ini-values: opcache.enable_cli=1

- name: Psalm coverage
if: ${{ matrix.coverage }}
Expand Down

0 comments on commit 759cfb8

Please sign in to comment.