Skip to content

Commit 733fc21

Browse files
committed
workaround for CI systems various config issues for build errors
1 parent 7e1330a commit 733fc21

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.2', '8.0']
20+
php-versions: ['7.4', '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.4']
20+
php-versions: ['7.1', '7.2']
2121

2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)