Skip to content

Commit

Permalink
[TASK] Update CI builds to include php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 8, 2024
1 parent ff450ec commit 248d65f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,20 @@ jobs:
max-parallel: 4
matrix:
typo3: ['^12']
php: ['8.1', '8.2']
mysql: ['8.0']
php: ['8.2', '8.3']
include:
- typo3: '^12'
php: '8.1'

steps:
- id: checkout
name: Checkout Code
uses: actions/checkout@v4
- id: setup_mysql
name: Set up MySQL ${{ matrix.mysql }}
name: Set up MySQL 8.0
uses: mirromutth/mysql-action@v1.1
with:
mysql version: ${{ matrix.mysql }}
mysql version: 8.0
mysql root password: 'root'
- id: setup_php
name: Set up PHP ${{ matrix.php }}
Expand Down

0 comments on commit 248d65f

Please sign in to comment.