Skip to content

Commit

Permalink
[TASK] Run GitHub Actions with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Feb 10, 2024
1 parent 76089ea commit 08cad9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: intl, mbstring, json, zip, curl
tools: composer:v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ on:

env:
TYPO3_EXTENSION_KEY: cacheopt
MAIN_PHP_VERSION: 8.2
MAIN_PHP_VERSION: 8.3

jobs:
"composer-validate":
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
name: "PHP Unit tests"
strategy:
matrix:
php_version: ["8.1", "8.2"]
php_version: ["8.1", "8.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: "PHP linting"
strategy:
matrix:
php_version: ["8.1", "8.2"]
php_version: ["8.1", "8.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 08cad9f

Please sign in to comment.