Skip to content

Commit

Permalink
Merge pull request #6 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Added testing of PHP 7.4 and PostgreSQL 17
  • Loading branch information
andrey-helldar authored Dec 12, 2024
2 parents 3decea8 + 5a1b10e commit b6714c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.2", "8.3" ]
php: [ "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0" ]

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, SQLite
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.2", "8.3" ]
php: [ "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0" ]
mysql: [ "5.7", "8", "9" ]

Expand Down Expand Up @@ -85,9 +85,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.2", "8.3" ]
php: [ "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0" ]
psql: [ "12", "13", "14", "15", "16" ]
psql: [ "12", "13", "14", "15", "16", "17" ]

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, PostgreSQL ${{ matrix.psql }}

Expand Down

0 comments on commit b6714c0

Please sign in to comment.