Skip to content

Commit

Permalink
fix: pin PHP to 8.0 for testing (#59)
Browse files Browse the repository at this point in the history
* fix: pin PHP to 8.0 for testing

* replace enum

* switch error code fake enum to string
  • Loading branch information
pgautier404 authored Nov 8, 2022
1 parent 7385920 commit 8ba4f50
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 170 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: On Pull Request

on:
pull_request:
branches: [main]
branches: [ main ]
workflow_dispatch:


Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.0'
extensions: grpc
tools: composer

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: On push to main

on:
push:
branches: [main]
branches: [ main ]

jobs:
test:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.0'
extensions: grpc
tools: composer

Expand Down
Loading

0 comments on commit 8ba4f50

Please sign in to comment.