Skip to content

Commit 9a1aa08

Browse files
committed
fix: CI processing
1 parent 639d622 commit 9a1aa08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup PHP
4343
uses: shivammathur/setup-php@v2
4444
with:
45-
php-version: 8.1
45+
php-version: 8.2
4646
extensions: intl, mbstring, json, zip, curl
4747
tools: composer:v2
4848

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
php: [ '8.2', '8.3', '8.4' ]
9-
typo3: [ '12', '13' ]
8+
php: [ '8.2', '8.3', '8.4', '8.5' ]
9+
typo3: [ '13', '14' ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)