Skip to content

Commit

Permalink
Do not test on PHP 8.0
Browse files Browse the repository at this point in the history
.. typo3/testing-framework 8 needs a higher version
  • Loading branch information
cweiske committed Sep 9, 2024
1 parent 5d0137b commit 72871b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 72871b4

Please sign in to comment.