Skip to content

Commit

Permalink
conf(ci/github): update php versions (8.0 & 8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuele committed Jan 16, 2024
1 parent 410442b commit 449e6d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-20.04]
php-versions: ['7.4', '8.0']
operating-system: [ubuntu-22.04]
php-versions: ['8.0', '8.1']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand All @@ -39,7 +39,6 @@ jobs:
sudo systemctl start mysql.service
mysql -uroot -proot --host 127.0.0.1 -e 'CREATE DATABASE IF NOT EXISTS tine20;'
mysql -uroot -proot --host 127.0.0.1 -e "ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY 'root';"
- name: Install tine20
run: |
Expand Down

0 comments on commit 449e6d0

Please sign in to comment.