Skip to content

Commit

Permalink
Update ci.yaml add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iLexN authored Nov 29, 2023
1 parent d5ea059 commit a346e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.1', '8.2', '8.3']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
php: ['8.2']

name: PHP ${{ matrix.php }} code check
steps:
Expand Down

0 comments on commit a346e67

Please sign in to comment.