summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-08 18:36:29 +0300
committerValery Piashchynski <[email protected]>2020-12-08 18:36:29 +0300
commitfc27eac41211c52306838ebdecaf7507d761b481 (patch)
tree54fcb1e778703d973ab39d77969d24675f6bea56 /.github
parentb02c426b72ed9f36441dbf8dff6553b0d027980d (diff)
Remove PHP 7.3 from RR 2.0 CI
Diffstat (limited to '.github')
-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 }}