Skip to content

Commit be164ba

Browse files
authored
Merge pull request #321 from PaulRotmann/PHP8.4
Run tests on PHP 8.4 and update test environment
2 parents e04478a + ab0a35b commit be164ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- ubuntu-22.04
14+
- ubuntu-24.04
1515
- windows-2022
1616
php:
17+
- 8.4
1718
- 8.3
1819
- 8.2
1920
- 8.1
@@ -37,7 +38,7 @@ jobs:
3738

3839
PHPUnit-macOS:
3940
name: PHPUnit (macOS)
40-
runs-on: macos-12
41+
runs-on: macos-14
4142
continue-on-error: true
4243
steps:
4344
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)