Skip to content

Commit

Permalink
GithubActions: Add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Jan 25, 2024
1 parent 930ef57 commit 46414db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
os: [ 'ubuntu-latest' ]

steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
os: [ 'ubuntu-latest' ]

steps:
Expand Down

0 comments on commit 46414db

Please sign in to comment.