Skip to content

Commit 99b3a65

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: update for the release of PHP 8.3
... which is expected later today.
1 parent 8acc3cf commit 99b3a65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
test:
8686
name: Run tests on PHP ${{ matrix.php }}
8787
runs-on: ubuntu-latest
88-
continue-on-error: ${{ matrix.php == '8.3' }}
88+
continue-on-error: ${{ matrix.php == '8.4' }}
8989
needs:
9090
- bundle
9191

@@ -105,6 +105,7 @@ jobs:
105105
- '8.1'
106106
- '8.2'
107107
- '8.3'
108+
- '8.4'
108109

109110
steps:
110111
- name: Checkout code

0 commit comments

Comments
 (0)