Skip to content

Commit 5b47848

Browse files
authored
Merge pull request #69 from alxsabo/v5.2
Tests for PHP 8.1 should be disabled
2 parents c5bb8e8 + dcae349 commit 5b47848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/RavenClient.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-versions: [ "8.1", "8.2" ]
16+
php-versions: [ "8.2", "8.3" ]
1717
serverVersion: [ "5.2", "5.4" ]
1818
fail-fast: false
1919

@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Check out repository code
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: Install PHP
3838
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)