Skip to content

Commit

Permalink
Tests on PHP 8.4 in Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Jan 10, 2025
1 parent f3f8218 commit 53e2740
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
operating_system: 'ubuntu-22.04'
php_versions: 8.3
mysql_versions: '9.1'
-
operating_system: 'ubuntu-22.04'
php_versions: 8.4
mysql_versions: 'mariadb-11.6'

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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
php_versions:
- '8.2'
- '8.3'
- '8.4'

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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
php_versions:
- '8.2'
- '8.3'
- '8.4'

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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
php_versions:
- '8.2'
- '8.3'
- '8.4'

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

Expand Down

0 comments on commit 53e2740

Please sign in to comment.