Skip to content

Commit 62dcfee

Browse files
author
Andreas Mautz
committed
[INFRA] update PHP version, remove EOL multiple version
1 parent f2c6435 commit 62dcfee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/php-7.4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: [7.4]
19-
patchVersion: [29,30,32,33]
19+
patchVersion: [33]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2

.github/workflows/php-8.0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.0']
19-
patchVersion: [26,27,28,29,30]
19+
patchVersion: [30]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2

.github/workflows/php-8.2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.2']
19-
patchVersion: [9,10,11,12,13]
19+
patchVersion: [10,11,12,13,14]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2

.github/workflows/php-8.3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "8.2"
1+
name: "8.3"
22
on:
33
workflow_dispatch:
44
push:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
version: ['8.3']
19-
patchVersion: [0]
19+
patchVersion: [0,1]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2

0 commit comments

Comments
 (0)