Skip to content

Commit 7e1330a

Browse files
committed
update
1 parent 3d0c0ae commit 7e1330a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ezsql-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
operating-system: [ubuntu-latest]
20-
php-versions: ['7.1', '7.3', '8.0']
20+
php-versions: ['7.2', '8.0']
2121

2222
steps:
2323
- name: Checkout

.github/workflows/ezsql-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
operating-system: [windows-latest]
20-
php-versions: ['7.2', '7.4']
20+
php-versions: ['7.4']
2121

2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)