Skip to content

Commit

Permalink
chore: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreAOE committed Mar 20, 2024
1 parent 18e7960 commit 7b56ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
typo3: [ ^11.5 ]
php: [ '7.4', '8.0' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
experimental: [false]
include:
- typo3: ^11.5
Expand All @@ -37,7 +37,7 @@ jobs:
run: sudo /etc/init.d/mysql start

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up PHP Version ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 7b56ffd

Please sign in to comment.