Skip to content

Commit

Permalink
[TASK] Add php 8.3 to github workflow
Browse files Browse the repository at this point in the history
Related: AUS-315
  • Loading branch information
CristinaCutus committed Mar 25, 2024
1 parent 4f2794d commit 334b6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
typo3: [ '11', '12' ]
steps:
- name: Setup PHP with PECL extension
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: intl, mbstring, xml, soap, zip, curl

- name: Install typo3/tailor
Expand Down

0 comments on commit 334b6ca

Please sign in to comment.