Skip to content

Commit

Permalink
CI: update php version
Browse files Browse the repository at this point in the history
* add 8.1 & 8.2
* remove 8.0 as it not supported by php.net anymore
  • Loading branch information
Vieno Hakkerinen authored and JonOfUs committed May 20, 2024
1 parent abfe561 commit fbfe0d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0']
php-versions: ['8.1', '8.2']
databases: ['sqlite']
server-versions: ['stable27', 'stable28', 'stable29']

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0']
php-versions: ['8.1', '8.2']
databases: ['mysql']
server-versions: ['stable27', 'stable28', 'stable29']

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0']
php-versions: ['8.1', '8.2']
databases: ['pgsql']
server-versions: ['stable27', 'stable28', 'stable29']

Expand Down

0 comments on commit fbfe0d0

Please sign in to comment.