From b7e2efd698b397b8b42dee92849f12d447ea79e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Tue, 9 Jan 2024 11:38:34 +0100 Subject: [PATCH] Run tests on PHP 8.3 --- .github/workflows/tests.yaml | 10 +++++----- src-tests/Component/Fixtures/simple.legacy | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a74297db..7f9f48a6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ 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' } @@ -21,7 +21,7 @@ jobs: 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 @@ -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 @@ -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 @@ -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' diff --git a/src-tests/Component/Fixtures/simple.legacy b/src-tests/Component/Fixtures/simple.legacy index 5ca97aea..3aeda86e 100644 --- a/src-tests/Component/Fixtures/simple.legacy +++ b/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";} \ No newline at end of file