Skip to content

Commit

Permalink
Merge pull request #230 from iLexN/iLexN-patch-3
Browse files Browse the repository at this point in the history
Update ci.yaml add php 8.3
  • Loading branch information
iLexN authored Nov 29, 2023
2 parents d5ea059 + a346e67 commit 5ef1521
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 5ef1521

Please sign in to comment.