Skip to content

Commit 6a5ec68

Browse files
committed
:octocat: CI update (PHP 8.3)
1 parent 286c356 commit 6a5ec68

File tree

3 files changed

+2
-75
lines changed

3 files changed

+2
-75
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: ["ubuntu-latest"]
18-
php: ["8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0"]
18+
php: ["8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0"]
1919

2020
runs-on: ${{ matrix.os }}
2121

.github/workflows/windows-php7.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

.github/workflows/windows-php8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php: ["8.2", "8.1", "8.0"]
22+
php: ["8.3", "8.2", "8.1", "8.0"]
2323
arch: ["x64"] #, "x86"
2424
ts: ["ts", "nts"]
2525

0 commit comments

Comments
 (0)