Skip to content

Commit

Permalink
Abandon ubuntu-20.04 in github actions since there is no AVIF support…
Browse files Browse the repository at this point in the history
…. Updated supported DB versions.
  • Loading branch information
parpalak committed Aug 5, 2024
1 parent db19513 commit 5e97861
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ jobs:
matrix:
operating_system: ['ubuntu-22.04']
mysql_versions:
- 'mariadb-10.4'
- 'mariadb-10.5'
- 'mariadb-10.6'
- 'mariadb-10.11'
- 'mariadb-11.0'
- 'mariadb-11.1'
- 'mariadb-11.2'
- 'mariadb-11.3'
- 'mariadb-11.4'
- '8.0'
- '8.2'
- '8.3'
- '8.4'
php_versions:
- '8.2'
include:
-
operating_system: 'ubuntu-22.04'
operating_system: 'ubuntu-24.04'
php_versions: 8.3
mysql_versions: 'mariadb-11.3'
mysql_versions: '9.0'

runs-on: '${{ matrix.operating_system }}'

Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
operating_system: ['ubuntu-20.04', 'ubuntu-22.04']
operating_system: ['ubuntu-22.04', 'ubuntu-24.04']
php_versions:
- '8.2'
# This param is not supported by ikalnytskyi/action-setup-postgres@v5 since it uses default packages.
# OS is changed instead.
# postgres_versions:
# - '12'
# - '13'
# - '14'

runs-on: '${{ matrix.operating_system }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating_system: ['ubuntu-22.04']
operating_system: ['ubuntu-22.04', 'ubuntu-24.04']
php_versions:
- '8.2'
- '8.3'
Expand Down

0 comments on commit 5e97861

Please sign in to comment.