Skip to content

Commit

Permalink
Run tests on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 9, 2024
1 parent 4a40f97 commit b7e2efd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Expand Up @@ -13,15 +13,15 @@ jobs:

strategy:
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
dependencies: ['']
include:
- { php-version: '7.3', dependencies: '--prefer-lowest --prefer-stable' }

name: Unit tests - PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
name: Integration tests (Selenium ${{ matrix.selenium-version }})

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
name: "Code style and static analysis"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -139,7 +139,7 @@ jobs:
name: "Markdown link check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
Expand Down
2 changes: 1 addition & 1 deletion src-tests/Component/Fixtures/simple.legacy
@@ -1 +1 @@
a:2:{s:3:"foo";s:3:"bar";s:3:"baz";s:3:"ban";}
a:2:{s:3:"foo";s:3:"bar";s:3:"baz";s:3:"ban";}

0 comments on commit b7e2efd

Please sign in to comment.