Skip to content

Commit

Permalink
Merge pull request #56 from webvisum/main
Browse files Browse the repository at this point in the history
[INFRA] add new PHP releases
  • Loading branch information
mautz-et-tong authored Mar 12, 2024
2 parents 37b41df + 4a25f5c commit d6c617b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
version: ['8.2']
patchVersion: [10,11,12,13,14]
patchVersion: [11,12,13,14,15]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
version: ['8.3']
patchVersion: [0,1]
patchVersion: [0,1,2]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d6c617b

Please sign in to comment.