Skip to content

Commit

Permalink
Remove compatibility workflow
Browse files Browse the repository at this point in the history
The `lint` script already ensures PHP 5.6 compatibility
  • Loading branch information
swalkinshaw committed Oct 30, 2021
1 parent 16295e1 commit 3398f40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/compatibility.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: ${{ runner.os }}-8.0.x-composer-
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: PHP lint
- name: PHP int
run: composer run-script lint
- name: PHP test
run: composer run-script test

0 comments on commit 3398f40

Please sign in to comment.