Skip to content

Commit

Permalink
PHP 8.3 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Dec 4, 2023
1 parent 11495c8 commit 072c4ae
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 @@ -10,10 +10,10 @@ jobs:
matrix:
os: [ubuntu-latest] # TODO [ubuntu-latest, windows-latest, macos-latest] https://github.com/php-actions/composer/issues/95
# https://endoflife.date/php
php-version: ['8.0', '8.1', '8.2']
php-version: ['8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
uses: php-actions/composer@v6
with:
Expand All @@ -30,5 +30,5 @@ jobs:
php_extensions: xdebug
args: test --coverage-clover ./coverage.xml
- name: Upload coverage to Codecov
if: ${{ matrix.php-version == '8.2' && matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.php-version == '8.3' && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3

0 comments on commit 072c4ae

Please sign in to comment.