Skip to content

Commit 8669430

Browse files
committed
Added php versions to GitHub workflow scripts
1 parent c3fd414 commit 8669430

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
69-
php-versions: ['8.2']
69+
php-versions: ['8.4']
7070
env:
7171
extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter
7272
key: cache-v3
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
matrix:
112112
operating-system: ['ubuntu-latest']
113-
php-versions: ['8.0', '8.1', '8.2']
113+
php-versions: ['8.0', '8.1', '8.2', '8.3']
114114
env:
115115
extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter
116116
key: cache-v3

template/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
69-
php-versions: ['8.2']
69+
php-versions: ['8.4']
7070
env:
7171
extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter{original.content}
7272
key: cache-v3
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
matrix:
112112
operating-system: ['ubuntu-latest']
113-
php-versions: ['8.0', '8.1', '8.2']
113+
php-versions: ['8.0', '8.1', '8.2', '8.3']
114114
env:
115115
extensions: dom, json, libxml, mbstring, pdo_sqlite, soap, xml, xmlwriter{original.content}
116116
key: cache-v3

0 commit comments

Comments
 (0)