Skip to content

Commit

Permalink
Merge pull request #55 from webvisum/main
Browse files Browse the repository at this point in the history
[INFRA] update PHP version, remove EOL multiple version
  • Loading branch information
mautz-et-tong committed Feb 1, 2024
2 parents 8cdeb52 + 62dcfee commit 37b41df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-7.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
version: [7.4]
patchVersion: [29,30,32,33]
patchVersion: [33]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
version: ['8.0']
patchVersion: [26,27,28,29,30]
patchVersion: [30]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
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: [9,10,11,12,13]
patchVersion: [10,11,12,13,14]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-8.3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "8.2"
name: "8.3"
on:
workflow_dispatch:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
version: ['8.3']
patchVersion: [0]
patchVersion: [0,1]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 37b41df

Please sign in to comment.