Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GithubActions: Add php 8.3
Browse files Browse the repository at this point in the history
sukhwinder33445 committed Jan 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 930ef57 commit ddbfa42
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
@@ -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:
@@ -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:

0 comments on commit ddbfa42

Please sign in to comment.