Skip to content

Commit

Permalink
drop php5
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0 committed Apr 25, 2024
1 parent dd1f65b commit 035a264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['5.x', '7.x', '8.x']
php-versions: ['7.x', '8.x']
name: Testing PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
Expand Down

0 comments on commit 035a264

Please sign in to comment.