summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7daa44cc..cc1b7800 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [ '7.3', '7.4', '8.0' ]
+ php: [ '7.4', '8.0' ]
setup: [ basic, lowest ]
steps:
- name: Set up PHP ${{ matrix.php }}
@@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [ '7.3', '7.4', '8.0' ]
+ php: [ '7.4', '8.0' ]
go: [ '1.14', '1.15' ]
steps:
- name: Set up Go ${{ matrix.go }}