Skip to content

Commit

Permalink
Comment out PHP compatability check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed Nov 26, 2023
1 parent f684416 commit 60b3e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
failure-threshold: error
ignore: DL3008,DL3018

- name: PHP Compatibility
uses: pantheon-systems/phpcompatibility-action@v1
with:
skip-php-setup: true
test-versions: 7.4-
paths: ${{ github.workspace }}
# - name: PHP Compatibility
# uses: pantheon-systems/phpcompatibility-action@v1
# with:
# skip-php-setup: true
# test-versions: 7.4-
# paths: ${{ github.workspace }}

ci:
name: Build and test
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.7
0.6.8

0 comments on commit 60b3e1d

Please sign in to comment.