Skip to content

Commit

Permalink
Update CI PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 7, 2024
1 parent f53191e commit 7556e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.1', '8.2', '8.3']
node_version: ['18']

runs-on: ubuntu-latest
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# php_versions: ['8.0', '8.1', '8.2']
# php_versions: ['8.1', '8.2', '8.3']

# runs-on: ubuntu-latest
# name: PHPUnit - PHP ${{ matrix.php_versions }} - MySQL
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# php_versions: ['8.0', '8.1', '8.2']
# php_versions: ['8.1', '8.2', '8.3']

# runs-on: ubuntu-latest
# name: PHPUnit - PHP ${{ matrix.php_versions }} - SQLite
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# php_versions: ['8.0', '8.1', '8.2']
# php_versions: ['8.1', '8.2', '8.3']

# runs-on: ubuntu-latest
# name: PHPUnit - PHP ${{ matrix.php_versions }} - PostgreSQL
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# php_versions: ['8.0', '8.1', '8.2']
# php_versions: ['8.1', '8.2', '8.3']

# runs-on: windows-latest
# name: PHPUnit - PHP ${{ matrix.php_versions }} - Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1', '8.2']
php_versions: ['8.1', '8.2', '8.3']

runs-on: ubuntu-latest
name: PHPStan - ${{ matrix.php_versions }}
Expand Down

0 comments on commit 7556e4c

Please sign in to comment.