Skip to content

Commit

Permalink
Use PHP 8.4 for Windows- and Browser-tests and linting, too
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Nov 22, 2024
1 parent 5e48bd6 commit 9d015fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.3"]
php: ["8.1", "8.3", "8.4"]

name: Linux / PHP ${{ matrix.php }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "8.4"
extensions: mbstring
tools: composer:v2
coverage: none
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
php-version: "8.4"
extensions: mbstring
tools: composer:v2
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]

name: Windows / PHP ${{ matrix.php }}

Expand Down

0 comments on commit 9d015fe

Please sign in to comment.